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
gparameter.
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
textMatrixtextPositionselectFont(name:size:textEncoding:)setCharacterSpacing(_:)setFont(_:)setFontSize(_:)setTextDrawingMode(_:)setAllowsFontSmoothing(_:)setAllowsFontSubpixelPositioning(_:)setAllowsFontSubpixelQuantization(_:)setShouldSmoothFonts(_:)setShouldSubpixelPositionFonts(_:)setShouldSubpixelQuantizeFonts(_:)showGlyphs(_:at:)showGlyphsAtPoint(x:y:glyphs:count:)