Replies: 1 comment
-
I have removed |
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
-
Hello there,
Thank you for this library. I'm trying to implement a terminal emulator using this library. For terminal emulator, I need to choose a monospaced font by default, but I also want to support unicode, and languages like Chinese etc.
I looked at the font fallback code, I saw this logic:
I don't understand the difference between the two:
if I set monospaced = true, I will find a nice monospaced font to use, however, other languages, such as Chinese, are not supported (unable to find a fallback font for them),
if I set monospaced = false, I will find a Chinese font, but the same Chinese font will also be selected for English characters.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions