meshtext 0.2.2

Generate vertex-vertex meshes from text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

## Version 0.2.2
* Add `owned` feature using [`owned_ttf_parser`]https://crates.io/crates/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]https://crates.io/crates/criterion
* Shrink crate size by including only a subset of glyphs in the built-in font
* Fix function signatures
---
## Version 0.1.1
* Add precaching functionality
---