Contents

showGlyphsAtPoint(x:y:glyphs:count:)

Displays an array of glyphs at a position you specify.

Declaration

func showGlyphsAtPoint(x: CGFloat, y: CGFloat, glyphs: UnsafePointer<CGGlyph>?, count: Int)

Parameters

  • x:

    A value for the x-coordinate of the user space at which to display the glyphs.

  • y:

    A value for the y-coordinate of the user space at which to display the glyphs.

  • glyphs:

    An array of glyphs to display.

  • count:

    The total number of glyphs passed in the glyphs parameter.

Discussion

This function displays an array of glyphs at the specified position in the user space.

See Also

Related Documentation

Drawing Text