-
Somehow I cant generate Cyrillic. Is the support given ? Thanks for your help
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This isn't even the right repository but yes, Cyrillic is supported just like any other part of Unicode. One problem is that
|
Beta Was this translation helpful? Give feedback.
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
ormsdf-atlas-gen -font OpenSans_Condensed-Bold.ttf -chars 0x44f