MonobjcMonobjc Documented Class Library
SetPanelFontIsMultiple Method (aFont, flag)
NamespacesMonobjc.AppKitNSFontPanelSetPanelFontIsMultiple(NSFont, Boolean)

Sets the selected font in the receiver to the specified font.

Original signature is '- (void)setPanelFont:(NSFont *)aFont isMultiple:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPanelFontIsMultiple(
	NSFont aFont,
	bool flag
)
Public Overridable Sub SetPanelFontIsMultiple ( _
	aFont As NSFont, _
	flag As Boolean _
)
public:
virtual void SetPanelFontIsMultiple(
	NSFont^ aFont, 
	bool flag
)
Parameters
aFont (NSFont)
The font to be selected.
flag (Boolean)
If NO, selects the specified font; otherwise selects no font and displays a message in the preview area indicating that multiple fonts are selected.
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)