MonobjcMonobjc Documented Class Library
CopyFullName Method (font)
NamespacesMonobjc.ApplicationServicesCGFontCopyFullName(IntPtr)

Returns the full name associated with a font object.

Original signature is 'CFStringRef CGFontCopyFullName ( CGFontRef font );'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString CopyFullName(
	IntPtr font
)
Public Shared Function CopyFullName ( _
	font As IntPtr _
) As NSString
public:
static NSString^ CopyFullName(
	IntPtr font
)
Parameters
font (IntPtr)
MISSING
Return Value
The full name associated with 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)