Contents

getGlyphWithGlyphName(name:)

Returns the glyph for the glyph name associated with the specified font object.

Declaration

func getGlyphWithGlyphName(name: CFString) -> CGGlyph

Parameters

  • name:

    The name of the desired glyph.

Return Value

The named glyph, or 0 if the named glyph isn’t associated with the font.

See Also

Working with Glyphs