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

Packages that use NSFont
com.jniwrapper.macosx.cocoa.nsactioncell   
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nsbox   
com.jniwrapper.macosx.cocoa.nsbuttoncell   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsfontmanager   
com.jniwrapper.macosx.cocoa.nsfontpanel   
com.jniwrapper.macosx.cocoa.nsform   
com.jniwrapper.macosx.cocoa.nsformcell   
com.jniwrapper.macosx.cocoa.nsglyphinfo   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsslidercell   
com.jniwrapper.macosx.cocoa.nstabview   
com.jniwrapper.macosx.cocoa.nstext   
com.jniwrapper.macosx.cocoa.nstextstorage   
com.jniwrapper.macosx.cocoa.nstypesetter   
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsactioncell
 

Methods in com.jniwrapper.macosx.cocoa.nsactioncell with parameters of type NSFont
 void NSActionCell.setFont(NSFont fontObj)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSFont
 com.jniwrapper.Pointer.Void NSATSTypesetter.substituteFontForFont(NSFont originalFont)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsbezierpath
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSFont
 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 NSFont in com.jniwrapper.macosx.cocoa.nsbox
 

Methods in com.jniwrapper.macosx.cocoa.nsbox with parameters of type NSFont
 void NSBox.setTitleFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nsbuttoncell with parameters of type NSFont
 void NSButtonCell.setKeyEquivalentFont(NSFont fontObj)
           
 void NSButtonCell.setFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSFont
 void NSCell.setFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nscontrol
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type NSFont
 void NSControl.setFont(NSFont fontObj)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSFont
static void NSFont.static_setUserFixedPitchFont(NSFont aFont)
           
static void NSFont.static_setUserFont(NSFont aFont)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsfontmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsfontmanager with parameters of type NSFont
 void NSFontManager.setSelectedFont_isMultiple(NSFont fontObj, boolean flag)
          This method represents the setSelectedFont() method of the NSFontManager Objective-C class.
 com.jniwrapper.Pointer.Void NSFontManager.convertWeight_ofFont(boolean upFlag, NSFont fontObj)
          This method represents the convertWeight() method of the NSFontManager Objective-C class.
 com.jniwrapper.Pointer.Void NSFontManager.convertFont_toHaveTrait(NSFont fontObj, NSFontTraitMask trait)
          This method represents the convertFont() method of the NSFontManager Objective-C class.
 com.jniwrapper.Pointer.Void NSFontManager.convertFont_toNotHaveTrait(NSFont fontObj, NSFontTraitMask trait)
          This method represents the convertFont() method of the NSFontManager Objective-C class.
 com.jniwrapper.Int NSFontManager.weightOfFont(NSFont fontObj)
           
 com.jniwrapper.Pointer.Void NSFontManager.convertFont_toFace(NSFont fontObj, java.lang.String typeface)
          This method represents the convertFont() method of the NSFontManager Objective-C class.
 NSFontTraitMask NSFontManager.traitsOfFont(NSFont fontObj)
           
 com.jniwrapper.Pointer.Void NSFontManager.convertFont_toSize(NSFont fontObj, com.jniwrapper.SingleFloat size)
          This method represents the convertFont() method of the NSFontManager Objective-C class.
 com.jniwrapper.Pointer.Void NSFontManager.convertFont(NSFont fontObj)
           
 com.jniwrapper.Pointer.Void NSFontManager.convertFont_toFamily(NSFont fontObj, java.lang.String family)
          This method represents the convertFont() method of the NSFontManager Objective-C class.
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsfontpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsfontpanel with parameters of type NSFont
 void NSFontPanel.setPanelFont_isMultiple(NSFont fontObj, boolean flag)
          This method represents the setPanelFont() method of the NSFontPanel Objective-C class.
 com.jniwrapper.Pointer.Void NSFontPanel.panelConvertFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsform
 

Methods in com.jniwrapper.macosx.cocoa.nsform with parameters of type NSFont
 void NSForm.setTitleFont(NSFont fontObj)
           
 void NSForm.setTextFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsformcell
 

Methods in com.jniwrapper.macosx.cocoa.nsformcell with parameters of type NSFont
 void NSFormCell.setTitleFont(NSFont fontObj)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsglyphinfo with parameters of type NSFont
static com.jniwrapper.Pointer.Void NSGlyphInfo.static_glyphInfoWithGlyphName_forFont_baseString(java.lang.String glyphName, NSFont font, java.lang.String theString)
          This method represents the glyphInfoWithGlyphName() method of the NSGlyphInfo Objective-C class.
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 NSFont in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSFont
 com.jniwrapper.Pointer.Void NSLayoutManager.substituteFontForFont(NSFont originalFont)
           
 com.jniwrapper.SingleFloat NSLayoutManager.defaultLineHeightForFont(NSFont theFont)
           
 void NSLayoutManager.showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs, com.jniwrapper.UInt16 glyphLen, NSRange glyphRange, NSPoint point, NSFont font, NSColor color, NSSize printingAdjustment)
          This method represents the showPackedGlyphs() method of the NSLayoutManager Objective-C class.
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSFont
static void NSMenu.static_popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSFont
 void NSMenuView.setFont(NSFont font)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsslider
 

Methods in com.jniwrapper.macosx.cocoa.nsslider with parameters of type NSFont
 void NSSlider.setTitleFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nsslidercell
 

Methods in com.jniwrapper.macosx.cocoa.nsslidercell with parameters of type NSFont
 void NSSliderCell.setTitleFont(NSFont fontObj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nstabview
 

Methods in com.jniwrapper.macosx.cocoa.nstabview with parameters of type NSFont
 void NSTabView.setFont(NSFont font)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nstext
 

Methods in com.jniwrapper.macosx.cocoa.nstext with parameters of type NSFont
 void NSText.setFont_range(NSFont font, NSRange range)
          This method represents the setFont() method of the NSText Objective-C class.
 void NSText.setFont(NSFont obj)
           
 

Uses of NSFont in com.jniwrapper.macosx.cocoa.nstextstorage
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage with parameters of type NSFont
 void NSTextStorage.setFont(NSFont font)
           
 

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

Fields in com.jniwrapper.macosx.cocoa.nstypesetter declared as NSFont
protected  NSFont _NSPositionOfGlyphMethodCallback._param1
           
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter that return NSFont
 NSFont _NSTypesetterGlyphInfoStructure.get_Font()
           
 NSFont NSSimpleHorizontalTypesetter.get_UrFont()