TrippyGL.Fonts
1.1.1
dotnet add package TrippyGL.Fonts --version 1.1.1
NuGet\Install-Package TrippyGL.Fonts -Version 1.1.1
<PackageReference Include="TrippyGL.Fonts" Version="1.1.1" />
paket add TrippyGL.Fonts --version 1.1.1
#r "nuget: TrippyGL.Fonts, 1.1.1"
// Install TrippyGL.Fonts as a Cake Addin
#addin nuget:?package=TrippyGL.Fonts&version=1.1.1
// Install TrippyGL.Fonts as a Cake Tool
#tool nuget:?package=TrippyGL.Fonts&version=1.1.1
TrippyGL is a highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core.
This package provides basic font creating/loading/saving functionality.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- SixLabors.ImageSharp (>= 1.0.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TrippyGL.Fonts:
Package | Downloads |
---|---|
TrippyGL.Fonts.Building
TrippyGL is a highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core. This package provides integration with the SixLabors.Fonts library for the TrippyGL.Fonts package, allowing the creation of TrippyGL fonts from common font file formats, such as as TrueType. |
|
TrippyGL.Fonts.Extensions
TrippyGL is a highly versatile, yet lightweight and simple to use OpenGL graphics library that runs on .NET Core. This package provides integration between TrippyGL.Fonts and the main TrippyGL package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changelog from 1.0.0:
- Fixed possible issue when building many fonts on different threads at the same time