MonobjcMonobjc Documented Class Library
Retain Method (font)
NamespacesMonobjc.ApplicationServicesCGFontRetain(IntPtr)

Increments the retain count of a Quartz font.

Original signature is 'CGFontRef CGFontRetain ( CGFontRef font );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr Retain(
	IntPtr font
)
Public Shared Function Retain ( _
	font As IntPtr _
) As IntPtr
public:
static IntPtr Retain(
	IntPtr font
)
Parameters
font (IntPtr)
MISSING
Return Value
The same font you specified in the font parameter.
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)