Commit e158fb0
committed
Enable default_fonts feature for eframe
The project uses eframe with default-features=false, which disables
the default_fonts feature. This means FontDefinitions::default() is
equivalent to FontDefinitions::empty() — no built-in Latin fonts
(Ubuntu-Light, Hack) are available, causing all ASCII/Latin text to
be invisible.
Add default_fonts to the eframe feature list for both platform
targets so the built-in fonts are embedded and Latin text renders.1 parent f60af3b commit e158fb0
2 files changed
Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments