meshtext
meshtext copied to clipboard
Generate vertex-vertex meshes from text.
Results
1
meshtext issues
Sort by
recently updated
recently updated
newest added
Currently this crate uses [`ttf-parser`](https://crates.io/crates/ttf-parser) (or [`owned_ttf_parser`](https://crates.io/crates/owned_ttf_parser)) for loading [TrueType Fonts](https://en.wikipedia.org/wiki/TrueType). Both crates seem to be maintained just fine, but also have way less momentum behind them compared to [googles'...