Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.jface.resource.FontDescriptor

Packages that use FontDescriptor
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images.  
 

Uses of FontDescriptor in org.eclipse.jface.resource
 

Methods in org.eclipse.jface.resource that return FontDescriptor
static FontDescriptor FontDescriptor.createFrom(Font font, Device originalDevice)
          Creates a FontDescriptor that describes an existing font.
static FontDescriptor FontDescriptor.createFrom(Font font)
          Creates a FontDescriptor that describes an existing font.
static FontDescriptor FontDescriptor.createFrom(FontData[] data)
          Creates a new FontDescriptor given the an array of FontData that describes the font.
static FontDescriptor FontDescriptor.createFrom(FontData data)
          Creates a new FontDescriptor given the associated FontData
static FontDescriptor FontDescriptor.createFrom(String name, int height, int style)
          Creates a new FontDescriptor given an OS-specific font name, height, and style.
 

Methods in org.eclipse.jface.resource with parameters of type FontDescriptor
 Font ResourceManager.createFont(FontDescriptor descriptor)
          Returns the Font described by the given FontDescriptor.
 void ResourceManager.destroyFont(FontDescriptor descriptor)
          Undoes everything that was done by a previous call to createFont().
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.