Contents

CTGlyphInfoGetGlyph(_:)

Retrieves the glyph for a glyph info, if that object exists.

Declaration

func CTGlyphInfoGetGlyph(_ glyphInfo: CTGlyphInfo) -> CGGlyph

Parameters

  • glyphInfo:

    The glyph info object from which to get the glyph.

Return Value

A CGGlyph value, if the glyph info object was created with a font; otherwise, 0.

See Also

Getting GlyphInfo Data