Skip to content

Cyrillic #202

Answered by Chlumsky
liyanic asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't even the right repository but yes, Cyrillic is supported just like any other part of Unicode. One problem is that -charset expects a filename of a text file (which should contain 'я' in UTF-8 encoding) Also, I'm not sure if passing Unicode characters on the command line will work, so personally I would try to avoid that. You can instead use the Unicode value, in this case 0x44f, so for example:

msdfgen -font OpenSans_Condensed-Bold.ttf 0x44f or
msdf-atlas-gen -font OpenSans_Condensed-Bold.ttf -chars 0x44f

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by liyanic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #201 on June 03, 2024 08:30.