No description
| fonts | ||
| gfx-glyph | ||
| glyph-brush | ||
| glyph-brush-layout | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
glyph-brush
Fast cached text rendering.
glyph_brush

Render API agnostic rasterization & draw caching text rendering.
gfx_glyph

glyph_brush wrapper for gfx-rs v0.17 (OpenGL).
glyph_brush_layout

Text layout for rusttype used in glyph_brush.
Examples
cargo run -p glyph_brush --example opengl --release
Also look at the individual crate readmes.
Minimum supported rust compiler
All crates maintained with latest stable rust.
