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
glyphsparameter.
Discussion
This function displays an array of glyphs at the specified position in the user space.
See Also
Related Documentation
Drawing Text
textMatrixtextPositionselectFont(name:size:textEncoding:)setCharacterSpacing(_:)setFont(_:)setFontSize(_:)setTextDrawingMode(_:)setAllowsFontSmoothing(_:)setAllowsFontSubpixelPositioning(_:)setAllowsFontSubpixelQuantization(_:)setShouldSmoothFonts(_:)setShouldSubpixelPositionFonts(_:)setShouldSubpixelQuantizeFonts(_:)showGlyphs(g:count:)showGlyphs(_:at:)