-
I'm using https://sourcefoundry.org/hack/ as my font, which is also the font I use in my terminal (st). When used in bevy, I've noticed it fails to render some unicode characters which render fine in my terminal. The offending character is ␣, (U+2423). Any idea why this would render in my terminal (and other applications where I use the same font), but not bevy? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure that character is included in the font you are using? Your terminal probably has some type of font fallback implemented which Bevy's UI does not. Font fallback will likely come to Bevy with the planned migration to cosmic-text. |
Beta Was this translation helpful? Give feedback.
Are you sure that character is included in the font you are using? Your terminal probably has some type of font fallback implemented which Bevy's UI does not. Font fallback will likely come to Bevy with the planned migration to cosmic-text.