MonobjcMonobjc Documented Class Library
UserFixedPitchFontOfSize Method (fontSize)
NamespacesMonobjc.AppKitNSFontUserFixedPitchFontOfSize(CGFloat)

Returns the font used by default for documents and other text under the user’s control (that is, text whose font the user can normally change), when that font should be fixed-pitch, in the specified size.

Original signature is '+ (NSFont *)userFixedPitchFontOfSize:(CGFloat)fontSize'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSFont UserFixedPitchFontOfSize(
	CGFloat fontSize
)
Public Shared Function UserFixedPitchFontOfSize ( _
	fontSize As CGFloat _
) As NSFont
public:
static NSFont^ UserFixedPitchFontOfSize(
	CGFloat fontSize
)
Parameters
fontSize (CGFloat)
The size in points to which the font is scaled.
Return Value
A font object of the specified size.
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)