Checking if certain characters are supported by a font

后端 未结 1 420
孤街浪徒
孤街浪徒 2021-01-05 16:52

I found this on StackOverflow: Is there a way to programmatically determine if a font file has a specific Unicode Glyph?

However, I need to also check UTF-32 charact

相关标签:
1条回答
  • 2021-01-05 17:52

    You would have to do your own thing. Maybe starting from the specs (http://www.microsoft.com/typography/otspec/cmap.htm)

    It is what this tool does: http://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/

    0 讨论(0)
提交回复
热议问题