Draws glyphs at the provided position.
Original signature is 'void CGContextShowGlyphsAtPositions( CGContextRef context, const CGGlyph glyphs[], const CGPoint positions[], size_t count );'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static void ShowGlyphsAtPositions( IntPtr context, IntPtr glyphs, IntPtr positions, NSUInteger count )
Public Shared Sub ShowGlyphsAtPositions ( _ context As IntPtr, _ glyphs As IntPtr, _ positions As IntPtr, _ count As NSUInteger _ )
public: static void ShowGlyphsAtPositions( IntPtr context, IntPtr glyphs, IntPtr 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)