I wanted to implement a font picker that loads all system fonts but ran into panics due to missing glyphs. Falling back to an empty glyph when none of the fallback glyphs are available avoids the panic. |
||
|---|---|---|
| .. | ||
| benches | ||
| fonts | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| README.md | ||
README.md
epaint - egui paint library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui.