Fonts is a font loading and layout library built primarily to provide text drawing support to ImageSharp.Drawing.
Built against .NET 6, Fonts can be used in device, cloud, and embedded/IoT scenarios.
Fonts is licensed under the terms of the Six Labors Split License, Version 1.0. See https://sixlabors.com/pricing for commercial licensing details.
Fonts is installed via NuGet with nightly builds available on MyGet.
PM > Install-Package SixLabors.Fonts -Version VERSION_NUMBER
dotnet add package SixLabors.Fonts --version VERSION_NUMBER
<PackageReference Include="SixLabors.Fonts" Version="VERSION_NUMBER" />
paket add SixLabors.Fonts --version VERSION_NUMBER
Warning
Prerelease versions installed via the Visual Studio NuGet Package Manager require the "include prerelease" checkbox to be checked.