Replies: 1 comment 1 reply
-
On MCU, fonts are embedded in the binary by the slint compiler
I think it might indeed be different as it pick the default font from the system.
It tries some heuristics by looking at the size of the Text element at compile time
It look at all string literal in the file and encode all the character seen. In addition to ascii and a few internal ones:
See previous question. if the compiler sees it, it might integrate it.
Also color emoji are not yet supported. |
Beta Was this translation helpful? Give feedback.
-
Is there documentation of how fonts are handled on MCU with Software Renderer with all details?
I've seen some information spread in several places but these pieces don't cover everything.
A few questions for examples that I have:
Beta Was this translation helpful? Give feedback.
All reactions