MonobjcMonobjc Documented Class Library
SetIntAttributeValueForGlyphAtIndex Method (attributeTag, val, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerSetIntAttributeValueForGlyphAtIndex(NSInteger, NSInteger, NSUInteger)

Sets a custom attribute value for a given glyph.

Original signature is '- (void)setIntAttribute:(NSInteger)attributeTag value:(NSInteger)val forGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetIntAttributeValueForGlyphAtIndex(
	NSInteger attributeTag,
	NSInteger val,
	NSUInteger glyphIndex
)
Public Overridable Sub SetIntAttributeValueForGlyphAtIndex ( _
	attributeTag As NSInteger, _
	val As NSInteger, _
	glyphIndex As NSUInteger _
)
public:
virtual void SetIntAttributeValueForGlyphAtIndex(
	NSInteger attributeTag, 
	NSInteger val, 
	NSUInteger glyphIndex
)
Parameters
attributeTag (NSInteger)
The custom attribute.
val (NSInteger)
The new attribute value.
glyphIndex (NSUInteger)
Index of the glyph whose attribute is set.
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)