Uses of Class
org.eclipse.swt.graphics.FontData
-
Uses of FontData in org.eclipse.rap.rwt.remote
-
Uses of FontData in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionFontData[]
Font.getFontData()
Returns an array ofFontData
s representing the receiver.FontData[]
Device.getFontList
(String faceName, boolean scalable) ReturnsFontData
objects which describe the fonts that match the given arguments.ModifierConstructorDescriptionConstructs a new font given a device and font data which describes the desired font's appearance.Constructs a new font given a device and an array of font data which describes the desired font's appearance. -
Uses of FontData in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionFontData[]
FontDialog.getFontList()
Returns a FontData set describing the font that was selected in the dialog, or null if none is available.FontDialog.open()
Makes the dialog visible and brings it to the front of the display.Modifier and TypeMethodDescriptionvoid
FontDialog.setFontList
(FontData[] fontData) Sets the set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one.