Uses of Class
org.eclipse.swt.graphics.Font
Packages that use Font
-
Uses of Font in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return FontModifier and TypeMethodDescriptionCTabItem.getFont()
Returns the font that the receiver will use to paint textual information.PopupList.getFont()
Gets the widget font.Methods in org.eclipse.swt.custom with parameters of type FontModifier and TypeMethodDescriptionvoid
void
void
void
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.void
Sets the widget font.void
Sets a new font to render text with. -
Uses of Font in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as FontMethods 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 Font
Invokes platform specific functionality to allocate a new font.Methods in org.eclipse.swt.graphics with parameters of type FontModifier and TypeMethodDescriptionvoid
Adds to the receiver the pattern of glyphs generated by drawing the given string using the given font starting at the point (x, y).void
Sets the font which will be used by the receiver to draw and measure text to the argument.void
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 -
Uses of Font in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return FontModifier and TypeMethodDescriptionCaret.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 TypeMethodDescriptionvoid
void
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.void
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.void
void
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.void
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.void
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.void
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.