mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Update font-coverage claims for Albert Sans
Albert Sans drops Cyrillic and vulgar-fraction glyphs that Ubuntu-Light had, so the demo text and doc comments claiming that support were wrong. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -237,7 +237,7 @@ fn label_ui(ui: &mut egui::Ui) {
|
||||
let _ = ui.small_button("this button");
|
||||
ui.label(".");
|
||||
|
||||
ui.label("The default font supports all latin and cyrillic characters (ИÅđ…), common math symbols (∫√∞²⅓…), and many emojis (💓🌟🖩…).")
|
||||
ui.label("The default font supports all latin characters (Åđ…), common math symbols (∫√∞²…), and many emojis (💓🌟🖩…).")
|
||||
.on_hover_text("There is currently no support for right-to-left languages.");
|
||||
ui.label("See the 🔤 Font Book for more!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user