Returns the range of glyphs laid out within the given text container.
Original signature is '- (NSRange)glyphRangeForTextContainer:(NSTextContainer *)aTextContainer'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRange GlyphRangeForTextContainer( NSTextContainer aTextContainer )
Public Overridable Function GlyphRangeForTextContainer ( _ aTextContainer As NSTextContainer _ ) As NSRange
public: virtual NSRange GlyphRangeForTextContainer( NSTextContainer^ aTextContainer )

- aTextContainer (NSTextContainer)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSLayoutManager.GlyphRangeForTextContainer(Monobjc.AppKit.NSTextContainer)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)