appendPackedGlyphs(_:)
Appends an array of packed glyphs to the path.
Declaration
func appendPackedGlyphs(_ packedGlyphs: UnsafePointer<CChar>)Parameters
- packedGlyphs:
A C-style array containing one or more
CGGlyphdata types terminated by aNULLcharacter.
Discussion
You should avoid using this method directly. Instead, use the appendGlyph(_:in:) and appendGlyphs(_:count:in:) methods to append glyphs to a path.
See Also
Related Documentation
Appending Common Shapes to a Path
append(_:)appendPoints(_:count:)appendOval(in:)appendArc(from:to:radius:)appendArc(withCenter:radius:startAngle:endAngle:)appendArc(withCenter:radius:startAngle:endAngle:clockwise:)appendRect(_:)appendRoundedRect(_:xRadius:yRadius:)append(withCGGlyph:in:)append(withCGGlyphs:count:in:)appendGlyph(_:in:)appendGlyphs(_:count:in:)