mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user