MonobjcMonobjc Documented Class Library
GetGlyphBBoxes Method (font, glyphs, count, bboxes)
NamespacesMonobjc.ApplicationServicesCGFontGetGlyphBBoxes(IntPtr, IntPtr, NSUInteger, IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
font (IntPtr)
MISSING
glyphs (IntPtr)
MISSING
count (NSUInteger)
MISSING
bboxes (IntPtr)
MISSING
Return Value
false if bounding boxes can't be retrieved for any reason; true otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)