MonobjcMonobjc Documented Class Library
GetFontBBox Method (font)
NamespacesMonobjc.ApplicationServicesCGFontGetFontBBox(IntPtr)

Returns the bounding box of a font.

Original signature is 'CGRect CGFontGetFontBBox ( CGFontRef font );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGRect GetFontBBox(
	IntPtr font
)
Public Shared Function GetFontBBox ( _
	font As IntPtr _
) As CGRect
public:
static CGRect GetFontBBox(
	IntPtr font
)
Parameters
font (IntPtr)
MISSING
Return Value
The bounding box of the font.
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)