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 NSFont
Font. handle
the 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 Font
Font. 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 NSFont
NSFont. boldSystemFontOfSize(double fontSize)
NSFont
NSFontManager. convertFont(NSFont fontObj, long trait)
NSFont
NSCell. font()
NSFont
NSControl. font()
static NSFont
NSFont. fontWithName(NSString fontName, double fontSize)
static NSFont
NSFont. menuBarFontOfSize(double fontSize)
NSFont
NSFontPanel. panelConvertFont(NSFont fontObj)
static NSFont
NSFont. systemFontOfSize(double fontSize)
NSFont
NSBox. titleFont()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSFont Modifier and Type Method Description void
NSBezierPath. appendBezierPathWithGlyphs(long glyphs, long count, NSFont font)
NSFont
NSFontManager. convertFont(NSFont fontObj, long trait)
double
NSLayoutManager. defaultBaselineOffsetForFont(NSFont theFont)
double
NSLayoutManager. defaultLineHeightForFont(NSFont theFont)
NSFont
NSFontPanel. panelConvertFont(NSFont fontObj)
void
NSCell. setFont(NSFont font)
void
NSControl. setFont(NSFont font)
void
NSTabView. setFont(NSFont font)
void
NSText. setFont(NSFont font)
void
NSFontPanel. setPanelFont(NSFont fontObj, boolean flag)
void
NSBox. setTitleFont(NSFont titleFont)
long
NSFontManager. traitsOfFont(NSFont fontObj)
-