Contents

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 CGGlyph data types terminated by a NULL character.

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