How does Windows 7 map Chinese .TTF font files into the native Chinese font name? If no such info is in the actual TrueType font file?
For example: Chinese version of Windows 7 contains msyh.ttf file which is a regular Microsoft YaHei font.
Any font viewer will show this exact font name - exept Windows 7 itself. GDI font enumeration routine returns '微软雅黑' as a name.
Where does the actual mapping happen? Anyone know the mapping scheme? Thank you.