Gets the bound box of each glyph in the provided array.
Original signature is 'bool CGFontGetGlyphAdvances ( CGFontRef font, const CGGlyph glyphs[], size_t count, int advances[] );'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static bool GetGlyphAdvances( IntPtr font, IntPtr glyphs, NSUInteger count, IntPtr advances )
Public Shared Function GetGlyphAdvances ( _ font As IntPtr, _ glyphs As IntPtr, _ count As NSUInteger, _ advances As IntPtr _ ) As Boolean
public: static bool GetGlyphAdvances( IntPtr font, IntPtr glyphs, NSUInteger count, IntPtr advances )


TRUE unless the advances can’t be provided for some reason.

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