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

Sets a custom attribute value for a given glyph. (required)

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SetIntAttributeValueForGlyphAtIndex(
	NSInteger attributeTag,
	NSInteger val,
	NSUInteger glyphIndex
)
Sub SetIntAttributeValueForGlyphAtIndex ( _
	attributeTag As NSInteger, _
	val As NSInteger, _
	glyphIndex As NSUInteger _
)
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)