Returns the value of the attribute identified by the given attribute tag for the glyph at the given index.
Original signature is '- (NSInteger)intAttribute:(NSInteger)attributeTag forGlyphAtIndex:(NSUInteger)glyphIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSInteger IntAttributeForGlyphAtIndex( NSInteger attributeTag, NSUInteger glyphIndex )
Public Overridable Function IntAttributeForGlyphAtIndex ( _ attributeTag As NSInteger, _ glyphIndex As NSUInteger _ ) As NSInteger
public: virtual NSInteger IntAttributeForGlyphAtIndex( NSInteger attributeTag, NSUInteger glyphIndex )

- attributeTag (NSInteger)
- The attribute whose value is returned.
- glyphIndex (NSUInteger)
- Index of the glyph whose attribute value is returned.

The value of the attribute identified by attributeTag and glyphIndex.

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