MonobjcMonobjc Documented Class Library
SetUserFixedPitchFont Method (aFont)
NamespacesMonobjc.AppKitNSFontSetUserFixedPitchFont(NSFont)

Sets the font used by default for documents and other text under the user’s control, when that font should be fixed-pitch, to the specified font.

Original signature is '+ (void)setUserFixedPitchFont:(NSFont *)aFont'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetUserFixedPitchFont(
	NSFont aFont
)
Public Shared Sub SetUserFixedPitchFont ( _
	aFont As NSFont _
)
public:
static void SetUserFixedPitchFont(
	NSFont^ aFont
)
Parameters
aFont (NSFont)
MISSING
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)