OpenThread
OpenThread

Reputation: 2094

How to determine whether a character supported by UIFont?

How to determine whether a character supported by UIFont?

For example: how to determine whether a UIFont supports "サポート" or "поддержка"

special thx

Upvotes: 4

Views: 463

Answers (1)

Jonathan King
Jonathan King

Reputation: 1528

Look at CGFontGetGlyphWithGlyphName: - It returns 0 if the glyph doesn't exist.

Upvotes: 4

Related Questions