Skip to content

kiates/FontStashSharp

 
 

Repository files navigation

FontStashSharp

NuGet Chat

FontStashSharp is C# port of https://github.com/memononen/fontstash

Or - in other words - it is the text rendering library with following features:

  • Glyphs are rendered on demand on the texture atlas. Thus it's not required to specify the character ranges at the FontSystem creation
  • It's possible to have multiple ttf fonts per one FontSystem(i.e. one ttf with Latin characters, second with Japanese characters and third with emojis)
  • Colored text
  • Blurry and stroked text

Usage

Using FontStashSharp in MonoGame, FNA or Stride

Using FontStashSharp in generic game engine

Screenshots

Ordinary Text:

Blurry Text:

Stroked Text:

Credits

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%