MonobjcMonobjc Documented Class Library
SetSelectedFontIsMultiple Method (aFont, flag)
NamespacesMonobjc.AppKitNSFontManagerSetSelectedFontIsMultiple(NSFont, Boolean)

Records the given font as the currently selected font and updates the Font panel to reflect this.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetSelectedFontIsMultiple(
	NSFont aFont,
	bool flag
)
Public Overridable Sub SetSelectedFontIsMultiple ( _
	aFont As NSFont, _
	flag As Boolean _
)
public:
virtual void SetSelectedFontIsMultiple(
	NSFont^ aFont, 
	bool flag
)
Parameters
aFont (NSFont)
The font to set as selected.
flag (Boolean)
If YES, the Font panel indicates that more than one font is contained in the selection; if NO, it does not.
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)