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

Packages that use NSGlyphRelation
com.jniwrapper.macosx.cocoa.nsfont   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSGlyphRelation
 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.