SharpFont.Portable
4.0.1
dotnet add package SharpFont.Portable --version 4.0.1
NuGet\Install-Package SharpFont.Portable -Version 4.0.1
<PackageReference Include="SharpFont.Portable" Version="4.0.1" />
paket add SharpFont.Portable --version 4.0.1
#r "nuget: SharpFont.Portable, 4.0.1"
// Install SharpFont.Portable as a Cake Addin #addin nuget:?package=SharpFont.Portable&version=4.0.1 // Install SharpFont.Portable as a Cake Tool #tool nuget:?package=SharpFont.Portable&version=4.0.1
Cross-platform FreeType bindings for C#.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
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