CTFontGetGlyphCount(_:)
Returns the number of glyphs of the given font.
Declaration
func CTFontGetGlyphCount(_ font: CTFont) -> CFIndexParameters
- font:
The font reference.
Return Value
The number of glyphs in the font.
Returns the number of glyphs of the given font.
func CTFontGetGlyphCount(_ font: CTFont) -> CFIndexThe font reference.
The number of glyphs in the font.