Uses of Class
org.eclipse.swt.graphics.Font
-
Packages that use Font Package Description org.eclipse.swt.custom org.eclipse.swt.graphics org.eclipse.swt.widgets -
-
Uses of Font in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return Font Modifier and Type Method Description FontCTabItem. getFont()Returns the font that the receiver will use to paint textual information.FontPopupList. getFont()Gets the widget font.Methods in org.eclipse.swt.custom with parameters of type Font Modifier and Type Method Description voidCCombo. setFont(Font font)voidCLabel. setFont(Font font)voidCTabFolder. setFont(Font font)voidCTabItem. setFont(Font font)Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidPopupList. setFont(Font font)Sets the widget font.voidStyledText. setFont(Font font)Sets a new font to render text with. -
Uses of Font in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as Font Modifier and Type Field Description FontGCData. fontFontTextStyle. fontthe font of the styleMethods in org.eclipse.swt.graphics that return Font Modifier and Type Method Description FontGC. getFont()Returns the font currently being used by the receiver to draw and measure text.FontTextLayout. getFont()Returns the default font currently being used by the receiver to draw and measure text.FontDevice. getSystemFont()Returns a reasonable font for applications to use.static FontFont. gtk_new(Device device, long handle)Invokes platform specific functionality to allocate a new font.Methods in org.eclipse.swt.graphics with parameters of type Font Modifier and Type Method Description voidPath. addString(java.lang.String string, float x, float y, Font font)Adds to the receiver the pattern of glyphs generated by drawing the given string using the given font starting at the point (x, y).voidGC. setFont(Font font)Sets the font which will be used by the receiver to draw and measure text to the argument.voidTextLayout. setFont(Font font)Sets the default font which will be used by the receiver to draw and measure text.Constructors in org.eclipse.swt.graphics with parameters of type Font Constructor Description TextStyle(Font font, Color foreground, Color background)Create a new text style with the specified font, foreground and background. -
Uses of Font in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return Font Modifier and Type Method Description FontCaret. getFont()Returns the font that the receiver will use to paint textual information.FontControl. getFont()Returns the font that the receiver will use to paint textual information.FontTableItem. getFont()Returns the font that the receiver will use to paint textual information for this item.FontTableItem. getFont(int index)Returns the font that the receiver will use to paint textual information for the specified cell in this item.FontTreeItem. getFont()Returns the font that the receiver will use to paint textual information for this item.FontTreeItem. getFont(int index)Returns the font that the receiver will use to paint textual information for the specified cell in this item.Methods in org.eclipse.swt.widgets with parameters of type Font Modifier and Type Method Description voidCanvas. setFont(Font font)voidCaret. setFont(Font font)Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidControl. setFont(Font font)Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidDateTime. setFont(Font font)voidTableItem. setFont(int index, Font font)Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidTableItem. setFont(Font font)Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidTreeItem. setFont(int index, Font font)Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.voidTreeItem. setFont(Font font)Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
-