Uses of Class
org.eclipse.swt.graphics.Font
Packages that use Font
Package
Description
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
-
Uses of Font in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as FontModifier and TypeFieldDescription(package private) FontStyledTextRenderer.boldFont(package private) FontStyledTextRenderer.boldItalicFontprivate FontCTabFolderRenderer.chevronFont(package private) FontCCombo.font(package private) FontCTabItem.font(package private) FontStyledTextRenderer.italicFont(package private) FontCTabFolder.oldFont(package private) FontStyledText.Printing.printerFont(package private) FontStyledTextRenderer.regularFontFields in org.eclipse.swt.custom with type parameters of type FontMethods in org.eclipse.swt.custom that return FontModifier and TypeMethodDescriptionprivate FontCTabFolderRenderer.getChevronFont(Display display) CTabItem.getFont()Returns the font that the receiver will use to paint textual information.PopupList.getFont()Gets the widget font.(package private) FontStyledTextRenderer.getFont(int style) Methods in org.eclipse.swt.custom with parameters of type FontModifier and TypeMethodDescriptionprivate static StringHTMLWriter.appendFont(StringBuilder buffer, Font font, int fontStyle) private intRTFWriter.getFontIndex(Font font) Returns the index of the specified color in the RTF color table.voidvoidvoidvoidSets 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.voidSets the widget font.voidSets a new font to render text with.(package private) void -
Uses of Font in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as FontModifier and TypeFieldDescriptionGCData.font(package private) FontTextLayout.fontTextStyle.fontthe font of the style(package private) FontDevice.systemFontMethods in org.eclipse.swt.graphics that return FontModifier and TypeMethodDescriptionGC.getFont()Returns the font currently being used by the receiver to draw and measure text.TextLayout.getFont()Returns the default font currently being used by the receiver to draw and measure text.Device.getSystemFont()Returns a reasonable font for applications to use.static FontInvokes platform specific functionality to allocate a new font.Methods in org.eclipse.swt.graphics with parameters of type FontModifier and TypeMethodDescription(package private) static voidGC.addCairoString(long cairo, String string, float x, float y, Font font) voidAdds to the receiver the pattern of glyphs generated by drawing the given string using the given font starting at the point (x, y).(package private) static voidGC.setCairoFont(long cairo, Font font) voidSets the font which will be used by the receiver to draw and measure text to the argument.voidSets 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 -
Uses of Font in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as FontModifier and TypeFieldDescription(package private) Font[]TableItem.cellFont(package private) Font[]TreeItem.cellFont(package private) FontCaret.font(package private) FontControl.font(package private) FontTableItem.font(package private) FontTreeItem.fontMethods in org.eclipse.swt.widgets that return FontModifier and TypeMethodDescription(package private) FontControl.defaultFont()Caret.getFont()Returns the font that the receiver will use to paint textual information.Control.getFont()Returns the font that the receiver will use to paint textual information.TableItem.getFont()Returns the font that the receiver will use to paint textual information for this item.TableItem.getFont(int index) Returns the font that the receiver will use to paint textual information for the specified cell in this item.TreeItem.getFont()Returns the font that the receiver will use to paint textual information for this item.TreeItem.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 FontModifier and TypeMethodDescriptionvoidvoidSets 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.voidSets 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.voidvoidSets 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.voidSets 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.voidSets 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.voidSets 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.