-
I am using u8g2_font_profont11_tf and I would like to use thin space or one of the other narrower white spaces. Is there a way to do it with this font? |
Beta Was this translation helpful? Give feedback.
Answered by
olikraus
Sep 15, 2023
Replies: 2 comments
-
Maybe I missed this question... Usually there is only space (unicode 32) in the fonts. Any other whitespace could be implemented by creating a custom font. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgagic
-
No worries, thanks anyway :) |
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
Maybe I missed this question... Usually there is only space (unicode 32) in the fonts. Any other whitespace could be implemented by creating a custom font.