Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.53 KB

index.md

File metadata and controls

45 lines (29 loc) · 1.53 KB

Introduction

Warning

Fonts is still considered BETA quality and we still reserve the rights to change the API shapes.

What is Fonts?

Fonts is a font loading and layout library built primarily to provide text drawing support to ImageSharp.Drawing.

Built against .NET Standard 1.3, Fonts can be used in device, cloud, and embedded/IoT scenarios.

License

Fonts is licensed under under the terms of Apache License, Version 2.0. Commercial support licensing options are available in addition to this license, see https://sixlabors.com/pricing for details.

Installation

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.