Get the original, native name of a TTF?
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <trinity-ef998875-fa8d-42b4-a12b-75ab390d79a7-1630499747370@3c-app-gmx-bs39> |
Hi, I have a (originally Chinese) TrueType font here which works well in my freetype2-based application except one thing: I do not get the original, Chinese name of that font. When calling FT_Get_Postscript_Name() the returned name of the font is "Simhei". But when I use the same font in an original Chinese software, it is not shown as "Simhei" there but as "黑辛". So my question: how can I get this name when using freetype library? Thanks! Mike