MonobjcMonobjc Documented Class Library
SetTextContainerForGlyphRange Method (aTextContainer, glyphRange)
NamespacesMonobjc.AppKitNSLayoutManagerSetTextContainerForGlyphRange(NSTextContainer, NSRange)

Sets text container where the glyphs in the given range are laid out.

Original signature is '- (void)setTextContainer:(NSTextContainer *)aTextContainer forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTextContainerForGlyphRange(
	NSTextContainer aTextContainer,
	NSRange glyphRange
)
Public Overridable Sub SetTextContainerForGlyphRange ( _
	aTextContainer As NSTextContainer, _
	glyphRange As NSRange _
)
public:
virtual void SetTextContainerForGlyphRange(
	NSTextContainer^ aTextContainer, 
	NSRange glyphRange
)
Parameters
aTextContainer (NSTextContainer)
The text container to set.
glyphRange (NSRange)
The range of glyphs to lay out.
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)