Appends an array of packed glyphs to the receiver’s path.
Original signature is '- (void)appendBezierPathWithPackedGlyphs:(const char *)packedGlyphs'
Available in Mac OS X v10.0 and later.


- packedGlyphs (IntPtr)
- A C-style array containing one or more CGGlyph data types terminated by a NULL character.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)