-
Notifications
You must be signed in to change notification settings - Fork 2k
Automatically load system fonts when needed #5233
Copy link
Copy link
Open
Labels
eframeRelates to epi and eframeRelates to epi and eframeeguihelp wantedExtra attention is neededExtra attention is neededtextProblems related to textProblems related to text
Description
Currently egui only supports glyphs available in fonts that has been explicitly installed with ctx.set_fonts.
It would be great if there was a way for egui to tell it's integration "The user wanted to show a Chinese glyph, but no current font has support for that" and then have eframe respond by automatically finding such a font on the system, e.g. by downloading it.
Related:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
eframeRelates to epi and eframeRelates to epi and eframeeguihelp wantedExtra attention is neededExtra attention is neededtextProblems related to textProblems related to text