Hello,
Can someone please let me understand how to print letters such as Č, Ć, Š, etc? I tried a few things, but all I get is a square on the place of a letter. Tried to set locale, tried unicode, but nothing
I am pretty much new to this lib.
Hello,
Can someone please let me understand how to print letters such as Č, Ć, Š, etc? I tried a few things, but all I get is a square on the place of a letter. Tried to set locale, tried unicode, but nothing
I am pretty much new to this lib.
Pre-generated font files contain glyphs for Basic Latin only (0x20-0x7F). In order to use diacritics you need to use UTF-8 encoding and font files containing glyphs for Latin-1 suplement (0x80-0xFF), Latin Extended-A (0x100-0x17F), Latin Extended-B (0x180-0x24F). And you need to generate these files yourself, for example using an online converter and add it into your app