Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 717 Bytes

File metadata and controls

24 lines (23 loc) · 717 Bytes

Changelog

Version 0.3.2

  • Allow accessing parsed FontFace
  • Update glam dependency

Version 0.3.1

  • Add the option to substitute a glyph with a custom mesh in the glyph cache

Version 0.3.0

  • Add owned feature using owned_ttf_parser for more flexibility when loading fonts

Version 0.2.1

  • Add a method for cleaning the internal glyph cache

Version 0.2.0

  • Add functionality for generating 2D meshes
  • Add benchmarks using criterion
  • Shrink crate size by including only a subset of glyphs in the built-in font
  • Fix function signatures

Version 0.1.1

  • Add pre-caching functionality