Returns the range for the glyphs around the given glyph that can be displayed using only their advancements from the font, without pairwise kerning or other adjustments to spacing.
Original signature is '- (NSRange)rangeOfNominallySpacedGlyphsContainingIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRange RangeOfNominallySpacedGlyphsContainingIndex( NSUInteger glyphIndex )
Public Overridable Function RangeOfNominallySpacedGlyphsContainingIndex ( _ glyphIndex As NSUInteger _ ) As NSRange
public: virtual NSRange RangeOfNominallySpacedGlyphsContainingIndex( NSUInteger glyphIndex )

- glyphIndex (NSUInteger)
- Index of the glyph to test.

The range of nominally spaced glyphs.

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