Contents

CTFontGetGlyphCount(_:)

Returns the number of glyphs of the given font.

Declaration

func CTFontGetGlyphCount(_ font: CTFont) -> CFIndex

Parameters

  • font:

    The font reference.

Return Value

The number of glyphs in the font.

See Also

Getting Font Metrics