MonobjcMonobjc Documented Class Library
PanelConvertFont Method (aFont)
NamespacesMonobjc.AppKitNSFontPanelPanelConvertFont(NSFont)

Converts the specified font using the settings in the receiver, with the aid of the shared NSFontManager if necessary.

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

Available in Mac OS X v10.0 and later.

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