Draws an array of glyphs with varying offsets.
Original signature is 'void CGContextShowGlyphsWithAdvances ( CGContextRef c, const CGGlyph glyphs[], const CGSize advances[], size_t count );'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static void ShowGlyphsWithAdvances( IntPtr c, IntPtr glyphs, CGSize positions, NSUInteger count )
Public Shared Sub ShowGlyphsWithAdvances ( _ c As IntPtr, _ glyphs As IntPtr, _ positions As CGSize, _ count As NSUInteger _ )
public: static void ShowGlyphsWithAdvances( IntPtr c, IntPtr glyphs, CGSize positions, NSUInteger count )


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