sdl2_ttf.v140.redist
2.0.13
See the version list below for details.
dotnet add package sdl2_ttf.v140.redist --version 2.0.13
NuGet\Install-Package sdl2_ttf.v140.redist -Version 2.0.13
<PackageReference Include="sdl2_ttf.v140.redist" Version="2.0.13" />
paket add sdl2_ttf.v140.redist --version 2.0.13
#r "nuget: sdl2_ttf.v140.redist, 2.0.13"
// Install sdl2_ttf.v140.redist as a Cake Addin #addin nuget:?package=sdl2_ttf.v140.redist&version=2.0.13 // Install sdl2_ttf.v140.redist as a Cake Tool #tool nuget:?package=sdl2_ttf.v140.redist&version=2.0.13
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)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on sdl2_ttf.v140.redist:
Package | Downloads |
---|---|
sdl2_ttf.v140
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
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 Windows RT and Windows Phone