MonobjcMonobjc Documented Class Library
SetTextFont Method (font)
NamespacesMonobjc.AppKitNSFormSetTextFont(NSFont)

Sets the font for all of the receiver’s editable text fields

Original signature is '- (void)setTextFont:(NSFont *)font'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTextFont(
	NSFont font
)
Public Overridable Sub SetTextFont ( _
	font As NSFont _
)
public:
virtual void SetTextFont(
	NSFont^ font
)
Parameters
font (NSFont)
The font to use for all editable text fields.
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)