Get the original, native name of a TTF?
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <trinity-19c8f103-5cfe-4ddc-b7ac-dac2af4b409b-1630498169359@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!