MonobjcMonobjc Documented Class Library
ConvertFont Method (aFont)
NamespacesMonobjc.AppKitNSFontManagerConvertFont(NSFont)

Converts the given font according to the object that initiated a font change, typically the Font panel or Font menu.

Original signature is '- (NSFont *)convertFont:(NSFont *)aFont'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFont ConvertFont(
	NSFont aFont
)
Public Overridable Function ConvertFont ( _
	aFont As NSFont _
) As NSFont
public:
virtual NSFont^ ConvertFont(
	NSFont^ aFont
)
Parameters
aFont (NSFont)
The font to convert.
Return Value
The converted font, or aFont itself if the conversion isn’t possible.
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)