Replies: 1 comment
-
I've filed #4250 on the context of SD-Card support with fonts. We've run across this a few times, so it's time to track this :)
Yes, that is currently the same - the character set is decided at compile time. A way out of this would be a central configuration file as in #267, where one could specify what kind of glyph coverage is required for the application (for example by writing system/script). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My app may need to use non-english characters (any language) based on configuration. I can't tell in advance which languages will be needed.
Since it runs on an embedded device with limited memory, I don't want to load a large font that supports all languages.
Beta Was this translation helpful? Give feedback.
All reactions