SharpFont 4.0.1
Install-Package SharpFont -Version 4.0.1
dotnet add package SharpFont --version 4.0.1
<PackageReference Include="SharpFont" Version="4.0.1" />
paket add SharpFont --version 4.0.1
#r "nuget: SharpFont, 4.0.1"
// Install SharpFont as a Cake Addin
#addin nuget:?package=SharpFont&version=4.0.1
// Install SharpFont as a Cake Tool
#tool nuget:?package=SharpFont&version=4.0.1
Cross-platform FreeType bindings for C#.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SharpFont:
Package | Downloads |
---|---|
QuickFont.Desktop
QuickFont is a text rendering library for OpenTK. For more information please have a look at the GitHub repository https://github.com/opcon/QuickFont |
|
QuickFont.ES20
QuickFont is a text rendering library for OpenTK. For more information please have a look at the GitHub repository https://github.com/opcon/QuickFont |
|
SharpFont.HarfBuzz
Cross-platform HarfBuzz bindings for C#. |
|
CSGL.MSDFGen
Multi-channel signed distance field generator. This package is a port of the original MSDFGen by Viktor Chlumský. |
|
sharpfont.lib
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added PCL and iOS support
- Workaround for libgdiplus transparency bug.
- Fixed memory pinning bugs in OutlineFuncs.
- Fixed SharpFont.dll.config format for Debian packaging utilities
- Added remaining XML comments, clearing a lot of warnings
- Removed error checking in Dispose() functions, as they should not throw exceptions
- Added support for freebsd in SharpFont.dll.config