- Add the option substitute a glyph with a custom mesh in the glyph cache.
- Add
owned
feature usingowned_ttf_parser
for more flexibility when loading fonts
- Add a method for cleaning the internal glyph cache
- 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
- Add precaching functionality