MonobjcMonobjc Documented Class Library
SetUserFont Method (aFont)
NamespacesMonobjc.AppKitNSFontSetUserFont(NSFont)

Sets the font used by default for documents and other text under the user’s control to the specified font.

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

Available in Mac OS X v10.0 and later.

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