MonobjcMonobjc Documented Class Library
RangeOfNominallySpacedGlyphsContainingIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerRangeOfNominallySpacedGlyphsContainingIndex(NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange RangeOfNominallySpacedGlyphsContainingIndex(
	NSUInteger glyphIndex
)
Public Overridable Function RangeOfNominallySpacedGlyphsContainingIndex ( _
	glyphIndex As NSUInteger _
) As NSRange
public:
virtual NSRange RangeOfNominallySpacedGlyphsContainingIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
Index of the glyph to test.
Return Value
The range of nominally spaced glyphs.
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)