Uses of Class
org.eclipse.swt.internal.cocoa.NSFont
-
Packages that use NSFont Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSFont in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSFont Modifier and Type Field Description NSFontFont. handlethe handle to the OS font resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type NSFont Modifier and Type Method Description static FontFont. cocoa_new(Device device, NSFont handle)Invokes platform specific functionality to allocate a new font. -
Uses of NSFont in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSFont Modifier and Type Method Description static NSFontNSFont. boldSystemFontOfSize(double fontSize)NSFontNSFontManager. convertFont(NSFont fontObj, long trait)NSFontNSCell. font()NSFontNSControl. font()static NSFontNSFont. fontWithName(NSString fontName, double fontSize)static NSFontNSFont. menuBarFontOfSize(double fontSize)NSFontNSFontPanel. panelConvertFont(NSFont fontObj)static NSFontNSFont. systemFontOfSize(double fontSize)NSFontNSBox. titleFont()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSFont Modifier and Type Method Description voidNSBezierPath. appendBezierPathWithGlyphs(long glyphs, long count, NSFont font)NSFontNSFontManager. convertFont(NSFont fontObj, long trait)doubleNSLayoutManager. defaultBaselineOffsetForFont(NSFont theFont)doubleNSLayoutManager. defaultLineHeightForFont(NSFont theFont)NSFontNSFontPanel. panelConvertFont(NSFont fontObj)voidNSCell. setFont(NSFont font)voidNSControl. setFont(NSFont font)voidNSTabView. setFont(NSFont font)voidNSText. setFont(NSFont font)voidNSFontPanel. setPanelFont(NSFont fontObj, boolean flag)voidNSBox. setTitleFont(NSFont titleFont)longNSFontManager. traitsOfFont(NSFont fontObj)
-