egui/epaint
Emil Ernerfeldt 1363ac4a24 demo: in font book, ask font what characters are supported
This replaces manual lists with a call to ab_glypgh::Font::codepoint_ids
plus names from the unicode_names2 crate.
2021-06-24 17:35:56 +02:00
..
fonts Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
src demo: in font book, ask font what characters are supported 2021-06-24 17:35:56 +02:00
Cargo.toml Use ab_glyph instead of rusttype for font rendering (#490) 2021-06-24 12:13:57 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

epaint - egui paint library

A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.

Made for egui.