Uses of Class
org.eclipse.swt.graphics.Font

Packages that use Font
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets 
 

Uses of Font in org.eclipse.ercp.swt.mobile
 

Methods in org.eclipse.ercp.swt.mobile with parameters of type Font
 void ListBox.setFont(Font font)
          Sets the font for the details text of an item.
 void ListBox.setHeadingFont(Font font)
          Sets the font for the heading text of an item.
 

Uses of Font in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Font
 Font GC.getFont()
          Returns the font currently being used by the receiver to draw and measure text.
 Font Device.getSystemFont()
          Returns a reasonable font for applications to use.
 

Methods in org.eclipse.swt.graphics with parameters of type Font
 void GC.setFont(Font font)
          Sets the font which will be used by the receiver to draw and measure text to the argument.
 

Uses of Font in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Font
 Font TreeItem.getFont()
          Returns the font that the receiver will use to paint textual information for this item.
 Font TableItem.getFont()
          Returns the font that the receiver will use to paint textual information for this item.
 Font TableItem.getFont(int index)
          Returns the font that the receiver will use to paint textual information for the specified cell in this item.
 Font Display.getSystemFont()
          Returns a reasonable font for applications to use.
 Font Control.getFont()
          Returns the font that the receiver will use to paint textual information.
 

Methods in org.eclipse.swt.widgets with parameters of type Font
 void TreeItem.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.
 void TableItem.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.
 void TableItem.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.
 void Control.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.