sdl2_ttf.v140
2.0.14
dotnet add package sdl2_ttf.v140 --version 2.0.14
NuGet\Install-Package sdl2_ttf.v140 -Version 2.0.14
<PackageReference Include="sdl2_ttf.v140" Version="2.0.14" />
paket add sdl2_ttf.v140 --version 2.0.14
#r "nuget: sdl2_ttf.v140, 2.0.14"
// Install sdl2_ttf.v140 as a Cake Addin #addin nuget:?package=sdl2_ttf.v140&version=2.0.14 // Install sdl2_ttf.v140 as a Cake Tool #tool nuget:?package=sdl2_ttf.v140&version=2.0.14
This library is a wrapper around the excellent FreeType 2.0 library. This library allows you to use TrueType fonts to render text in SDL. This is a NuGet package of SDL2 built with Visual Studio 2015.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- freetype.redist (>= 2.6.2.1)
- sdl2.v140.redist (>= 2.0.4)
- sdl2_ttf.v140.redist (>= 2.0.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.0.14:
* Deprecated TTF_GetFontKerningSize() which takes font glyph indices and added TTF_GetFontKerningSizeGlyphs() which takes characters
2.0.13:
* Fixed bug rendering text starting with a glyph with negative starting offset
* Fixed regression loading non-scalable fonts
* TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
* Added support for building for