No description
Find a file
Joël Lupien (Jojolepro) 123ebaeee1 moved files
2019-01-24 18:08:09 -05:00
fonts Update font in paragraph examples 2018-12-14 19:17:25 +00:00
gfx-glyph moved files 2019-01-24 18:08:09 -05:00
glyph-brush moved files 2019-01-24 18:08:09 -05:00
glyph-brush-layout moved files 2019-01-24 18:08:09 -05:00
.gitignore moved files 2019-01-24 18:08:09 -05:00
.travis.yml moved files 2019-01-24 18:08:09 -05:00
appveyor.yml moved files 2019-01-24 18:08:09 -05:00
Cargo.toml moved files 2019-01-24 18:08:09 -05:00
LICENSE moved files 2019-01-24 18:08:09 -05:00
README.md moved files 2019-01-24 18:08:09 -05:00
rustfmt.toml moved files 2019-01-24 18:08:09 -05:00

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.