MonobjcMonobjc Documented Class Library
IntAttributeForGlyphAtIndex Method (attributeTag, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerIntAttributeForGlyphAtIndex(NSInteger, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
attributeTag (NSInteger)
The attribute whose value is returned.
glyphIndex (NSUInteger)
Index of the glyph whose attribute value is returned.
Return Value
The value of the attribute identified by attributeTag and glyphIndex.
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)