public interface NSGlyphStorageProtocol
NSGlyphStorageProtocol
protocol.
See the protocol documentation at the Apple's site: NSGlyphStorageProtocolModifier and Type | Method and Description |
---|---|
com.jniwrapper.Pointer.Void |
attributedString() |
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(NSGlyph glyphs,
com.jniwrapper.UInt length,
com.jniwrapper.UInt glyphIndex,
com.jniwrapper.UInt charIndex)
This method represents the
insertGlyphs() method of the NSGlyphStorageProtocol Objective-C protocol. |
com.jniwrapper.UInt |
layoutOptions() |
void |
setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag,
com.jniwrapper.Int val,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
setIntAttribute() method of the NSGlyphStorageProtocol Objective-C protocol. |
com.jniwrapper.Pointer.Void attributedString()
com.jniwrapper.UInt layoutOptions()
void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(NSGlyph glyphs, com.jniwrapper.UInt length, com.jniwrapper.UInt glyphIndex, com.jniwrapper.UInt charIndex)
insertGlyphs()
method of the NSGlyphStorageProtocol Objective-C protocol.glyphs
- length
- glyphIndex
- charIndex
- void setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag, com.jniwrapper.Int val, com.jniwrapper.UInt16 glyphIndex)
setIntAttribute()
method of the NSGlyphStorageProtocol Objective-C protocol.attributeTag
- val
- glyphIndex
-