1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

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.
This commit is contained in:
Emil Ernerfeldt
2021-06-24 17:35:56 +02:00
parent 749c5cbdc8
commit 1363ac4a24
7 changed files with 215 additions and 3993 deletions

View File

@@ -25,6 +25,7 @@ all-features = true
[dependencies]
egui = { version = "0.12.0", path = "../egui", default-features = false }
epi = { version = "0.12.0", path = "../epi" }
unicode_names2 = { version = "0.4.0", default-features = false }
# feature "http":
image = { version = "0.23", default-features = false, features = ["jpeg", "png"], optional = true }