Get the bounding box of each glyph in an array.
Original signature is 'bool CGFontGetGlyphBBoxes ( CGFontRef font, const CGGlyph glyphs[], size_t count, CGRect bboxes[] );'
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public static bool GetGlyphBBoxes( IntPtr font, IntPtr glyphs, NSUInteger count, IntPtr bboxes )
Public Shared Function GetGlyphBBoxes ( _ font As IntPtr, _ glyphs As IntPtr, _ count As NSUInteger, _ bboxes As IntPtr _ ) As Boolean
public: static bool GetGlyphBBoxes( IntPtr font, IntPtr glyphs, NSUInteger count, IntPtr bboxes )
false if bounding boxes can't be retrieved for any reason; true otherwise.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)