Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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)
          Creates a FontDescriptor that describes an existing font.
static  FontDescriptor FontDescriptor. createFrom ( FontData data)
          Creates a new FontDescriptor given the associated FontData
static  FontDescriptor FontDescriptor. createFrom ( FontData[] data)
          Creates a new FontDescriptor given the an array of FontData that describes the font.
static  FontDescriptor FontDescriptor. createFrom ( Font font, Device originalDevice)
          Deprecated. use createFrom(Font)
static  FontDescriptor FontDescriptor. createFrom ( String name, int height, int style)
          Creates a new FontDescriptor given an OS-specific font name, height, and style.
  FontDescriptor FontRegistry. defaultFontDescriptor ()
          Returns the font descriptor for the JFace default font.
static  FontDescriptor JFaceResources. getDefaultFontDescriptor ()
          Returns the descriptor for JFace's standard font.
  FontDescriptor FontRegistry. getDescriptor ( String symbolicName)
          Returns the font descriptor for the font with the given symbolic font name.
static  FontDescriptor JFaceResources. getDialogFontDescriptor ()
          Returns the descriptor for JFace's dialog font.
static  FontDescriptor JFaceResources. getFontDescriptor ( String symbolicName)
          Returns the font descriptor for in JFace's font registry with the given symbolic name.
static  FontDescriptor JFaceResources. getHeaderFontDescriptor ()
          Returns the descriptor for JFace's header font.
static  FontDescriptor JFaceResources. getTextFontDescriptor ()
          Returns the descriptor for JFace's text font.
  FontDescriptor FontDescriptor. increaseHeight (int heightDelta)
          Returns a FontDescriptor that is equivalent to the reciever, but whose height is larger by the given number of points.
  FontDescriptor FontDescriptor. setHeight (int height)
          Returns a new FontDescriptor that is equivalent to the reciever, but has the given height.
  FontDescriptor FontDescriptor. setStyle (int style)
          Returns a FontDescriptor that is equivalent to the reciever, but uses the given style bits.
  FontDescriptor FontDescriptor. withStyle (int style)
          Returns a FontDescriptor that is equivalent to the reciever, but has the given style bits, in addition to any styles the reciever already has.
 

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 ResourceManager.createFont(FontDescriptor).
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire