SharpFont 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpFont --version 3.1.0
NuGet\Install-Package SharpFont -Version 3.1.0
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="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpFont --version 3.1.0
#r "nuget: SharpFont, 3.1.0"
#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=3.1.0

// Install SharpFont as a Cake Tool
#tool nuget:?package=SharpFont&version=3.1.0

Cross-platform FreeType bindings for C#.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  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,514 8/28/2016
3.1.0 29,992 1/4/2016
3.0.1 8,633 4/13/2015
3.0.0 3,472 3/21/2015
3.0.0-beta 1,417 3/8/2015
2.5.3 3,018 8/2/2014
2.5.0.1 8,073 7/12/2013
2.4.12 1,941 6/6/2013
1.0.2 2,063 4/7/2013
1.0.1 1,994 3/25/2013
1.0.0 2,435 3/25/2013

- Deprecated use of the "Generic" property in place of a Tag property and Disposed event.
     - Added FixedXDotY functions for the native FT Computations functions.
     - Added ToString overloads for FixedXDotY structs (formatting).
     - Deprecated functions in FT that belong in the FixedXDotY structs.
     - Fixed a bug in Face.GetKerning()
     - Added LoadFlags.ComputeMetrics