SharpFont 4.0.1

dotnet add package SharpFont --version 4.0.1
NuGet\Install-Package SharpFont -Version 4.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpFont" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpFont --version 4.0.1
#r "nuget: SharpFont, 4.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
4.0.1 219,245 8/28/2016
3.1.0 29,962 1/4/2016
3.0.1 8,559 4/13/2015
3.0.0 3,448 3/21/2015
3.0.0-beta 1,375 3/8/2015
2.5.3 2,975 8/2/2014
2.5.0.1 8,048 7/12/2013
2.4.12 1,915 6/6/2013
1.0.2 2,024 4/7/2013
1.0.1 1,971 3/25/2013
1.0.0 2,404 3/25/2013

- 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