문제

I know how to get the array of all fonts in iOS. Now I need to check if certain font support Cyrillic characters (Ukrainian alphabet).

도움이 되었습니까?

해결책

I think you can check font for Cyrillic characters using this function:

CTFontGetGlyphsForCharacters

If it returns False the font is improper.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top