MonobjcMonobjc Documented Class Library
SetFontRange Method (aFont, aRange)
NamespacesMonobjc.AppKitNSTextSetFontRange(NSFont, NSRange)

Sets the font of characters within aRange to aFont.

Original signature is '- (void)setFont:(NSFont *)aFont range:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetFontRange(
	NSFont aFont,
	NSRange aRange
)
Public Overridable Sub SetFontRange ( _
	aFont As NSFont, _
	aRange As NSRange _
)
public:
virtual void SetFontRange(
	NSFont^ aFont, 
	NSRange aRange
)
Parameters
aFont (NSFont)
MISSING
aRange (NSRange)
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)