Uses of Class
com.jniwrapper.macosx.cocoa.nsfont.NSGlyph

Packages that use NSGlyph
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsglyphgenerator   
com.jniwrapper.macosx.cocoa.nsglyphinfo   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nstypesetter   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSGlyph
 void NSATSTypesetter.substituteGlyphsInRange_withGlyphs(NSRange glyphRange, NSGlyph glyphs)
          This method represents the substituteGlyphsInRange() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph, com.jniwrapper.UInt16 glyphIndex, com.jniwrapper.UInt16 characterIndex)
          This method represents the insertGlyph() method of the NSATSTypesetter Objective-C class.
 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 NSGlyph in com.jniwrapper.macosx.cocoa.nsbezierpath
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSGlyph
 void NSBezierPath.appendBezierPathWithGlyph_inFont(NSGlyph glyph, NSFont font)
          This method represents the appendBezierPathWithGlyph() method of the NSBezierPath Objective-C class.
 void NSBezierPath.appendBezierPathWithGlyphs_count_inFont(NSGlyph glyphs, com.jniwrapper.Int count, NSFont font)
          This method represents the appendBezierPathWithGlyphs() method of the NSBezierPath Objective-C class.
 

Uses of NSGlyph in com.jniwrapper.macosx.cocoa.nsfont
 

Methods in com.jniwrapper.macosx.cocoa.nsfont that return NSGlyph
 NSGlyph NSFont.glyphWithName(java.lang.String aName)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSGlyph
 NSPoint NSFont.positionOfGlyph_struckOverGlyph_metricsExist(NSGlyph curGlyph, NSGlyph prevGlyph, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 NSPoint NSFont.positionOfGlyph_forCharacter_struckOverRect(NSGlyph aGlyph, unichar aChar, NSRect aRect)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 NSPoint NSFont.positionOfGlyph_struckOverRect_metricsExist(NSGlyph aGlyph, NSRect aRect, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 com.jniwrapper.Bool NSFont.glyphIsEncoded(NSGlyph aGlyph)
           
 NSRect NSFont.boundingRectForGlyph(NSGlyph aGlyph)
           
 NSPoint NSFont.positionOfGlyph_precededByGlyph_isNominal(NSGlyph curGlyph, NSGlyph prevGlyph, boolean nominal)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 com.jniwrapper.Int NSFont.positionsForCompositeSequence_numberOfGlyphs_pointArray(NSGlyph someGlyphs, com.jniwrapper.Int numGlyphs, NSPointArray points)
          This method represents the positionsForCompositeSequence() method of the NSFont Objective-C class.
 NSPoint NSFont.positionOfGlyph_withRelation_toBaseGlyph_totalAdvancement_metricsExist(NSGlyph thisGlyph, NSGlyphRelation rel, NSGlyph baseGlyph, NSSizePointer adv, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 NSSize NSFont.advancementForGlyph(NSGlyph ag)
           
 

Uses of NSGlyph in com.jniwrapper.macosx.cocoa.nsglyphgenerator
 

Methods in com.jniwrapper.macosx.cocoa.nsglyphgenerator with parameters of type NSGlyph
 void NSGlyphStorageProtocol.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.
 

Uses of NSGlyph in com.jniwrapper.macosx.cocoa.nsglyphinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsglyphinfo with parameters of type NSGlyph
static com.jniwrapper.Pointer.Void NSGlyphInfo.static_glyphInfoWithGlyph_forFont_baseString(NSGlyph glyph, NSFont font, java.lang.String theString)
          This method represents the glyphInfoWithGlyph() method of the NSGlyphInfo Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager that return NSGlyph
 NSGlyph NSLayoutManager.glyphAtIndex_isValidIndex(com.jniwrapper.UInt16 glyphIndex, boolean isValidIndex)
          This method represents the glyphAtIndex() method of the NSLayoutManager Objective-C class.
 NSGlyph NSLayoutManager.glyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
           
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSGlyph
 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.
 void NSLayoutManager.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 NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.getGlyphs_range(NSGlyph glyphArray, NSRange glyphRange)
          This method represents the getGlyphs() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.replaceGlyphAtIndex_withGlyph(com.jniwrapper.UInt16 glyphIndex, NSGlyph newGlyph)
          This method represents the replaceGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph, com.jniwrapper.UInt16 glyphIndex, com.jniwrapper.UInt16 charIndex)
          This method represents the insertGlyph() 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.
 

Uses of NSGlyph in com.jniwrapper.macosx.cocoa.nstypesetter
 

Fields in com.jniwrapper.macosx.cocoa.nstypesetter declared as NSGlyph
protected  NSGlyph _NSPositionOfGlyphMethodCallback._param3
           
protected  NSGlyph _NSPositionOfGlyphMethodCallback._param4
           
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter with parameters of type NSGlyph
 void NSSimpleHorizontalTypesetter.insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph, com.jniwrapper.UInt16 glyphIndex, com.jniwrapper.UInt16 charIndex)
          This method represents the insertGlyph() method of the NSSimpleHorizontalTypesetter Objective-C class.