glyph-brush
Fast GPU cached text rendering
Rust★ 720⑂ 50 forksApache-2.0updated 3 weeks ago
git clone https://github.com/alexheretic/glyph-brush.gitalexheretic/glyph-brushREADME.mdfork it — it’s yours
glyph-brush
Fast cached text rendering.
glyph_brush

Render API agnostic rasterization & draw caching text rendering. See readme, changelog.
glyph_brush_layout

Text layout for ab_glyph used in glyph_brush. See readme, changelog.
glyph_brush_draw_cache

Rasterization cache for ab_glyph used in glyph_brush. See readme, changelog.
gfx_glyph

glyph_brush wrapper for gfx-rs v0.18 (OpenGL). See readme, changelog.
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.
more like this
chinese-hershey-font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Python★ 161