Contents

showGlyphs(g:count:)

Displays an array of glyphs at the current text position.

Declaration

func showGlyphs(g: UnsafePointer<CGGlyph>?, count: Int)

Parameters

  • g:

    An array of glyphs to display.

  • count:

    The total number of glyphs passed in the g parameter.

Discussion

This function displays an array of glyphs at the current text position, a point specified by the current text matrix.

See Also

Related Documentation

Drawing Text