|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontData | |
---|---|
org.eclipse.rap.rwt.graphics | |
org.eclipse.swt.graphics | |
org.eclipse.swt.widgets |
Uses of FontData in org.eclipse.rap.rwt.graphics |
---|
Methods in org.eclipse.rap.rwt.graphics with parameters of type FontData | |
---|---|
static Font |
Graphics.getFont(FontData data)
Deprecated. Factory created resources are obsolete and will be removed in a future release. Use the constructor Font(Device, FontData) instead. |
Uses of FontData in org.eclipse.swt.graphics |
---|
Methods in org.eclipse.swt.graphics that return FontData | |
---|---|
FontData[] |
Font.getFontData()
Returns an array of FontData s representing the receiver. |
FontData[] |
Device.getFontList(java.lang.String faceName,
boolean scalable)
Returns FontData objects which describe
the fonts that match the given arguments. |
Constructors in org.eclipse.swt.graphics with parameters of type FontData | |
---|---|
Font(Device device,
FontData fontData)
Constructs a new font given a device and font data which describes the desired font's appearance. |
|
Font(Device device,
FontData[] fontData)
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 |
---|
Methods in org.eclipse.swt.widgets that return FontData | |
---|---|
FontData[] |
FontDialog.getFontList()
Returns a FontData set describing the font that was selected in the dialog, or null if none is available. |
FontData |
FontDialog.open()
Makes the dialog visible and brings it to the front of the display. |
Methods in org.eclipse.swt.widgets with parameters of type FontData | |
---|---|
void |
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. |
|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.