Uses of Class
com.jniwrapper.macosx.cocoa.nslayoutmanager.NSGlyphInscription

Packages that use NSGlyphInscription
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
 

Uses of NSGlyphInscription in com.jniwrapper.macosx.cocoa.nsatstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSGlyphInscription
 com.jniwrapper.UInt16 NSATSTypesetter.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer)
          This method represents the getGlyphsInRange() method of the NSATSTypesetter Objective-C class.
 

Uses of NSGlyphInscription in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSGlyphInscription
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer, com.jniwrapper.AnsiString bidiLevelBuffer)
          This method represents the getGlyphsInRange() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer)
          This method represents the getGlyphsInRange() method of the NSLayoutManager Objective-C class.