Uses of Class
org.eclipse.jface.resource.FontDescriptor
Packages that use FontDescriptor
Package
Description
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 FontDescriptorModifier and TypeMethodDescriptionstatic FontDescriptorFontDescriptor.createFrom(String name, int height, int style) Creates a new FontDescriptor given an OS-specific font name, height, and style.static FontDescriptorFontDescriptor.createFrom(Font font) Creates a FontDescriptor that describes an existing font.static FontDescriptorFontDescriptor.createFrom(FontData data) Creates a new FontDescriptor given the associated FontDatastatic FontDescriptorFontDescriptor.createFrom(FontData[] data) Creates a new FontDescriptor given the an array of FontData that describes the font.static FontDescriptorFontDescriptor.createFrom(Font font, Device originalDevice) Deprecated.FontRegistry.defaultFontDescriptor()Returns the font descriptor for the JFace default font.static FontDescriptorJFaceResources.getDefaultFontDescriptor()Returns the descriptor for JFace's standard font.FontRegistry.getDescriptor(String symbolicName) Returns the font descriptor for the font with the given symbolic font name.static FontDescriptorJFaceResources.getDialogFontDescriptor()Returns the descriptor for JFace's dialog font.static FontDescriptorJFaceResources.getFontDescriptor(String symbolicName) Returns the font descriptor for in JFace's font registry with the given symbolic name.static FontDescriptorJFaceResources.getHeaderFontDescriptor()Returns the descriptor for JFace's header font.static FontDescriptorJFaceResources.getTextFontDescriptor()Returns the descriptor for JFace's text font.final FontDescriptorFontDescriptor.increaseHeight(int heightDelta) Returns a FontDescriptor that is equivalent to the receiver, but whose height is larger by the given number of points.final FontDescriptorFontDescriptor.setHeight(int height) Returns a new FontDescriptor that is equivalent to the receiver, but has the given height.final FontDescriptorFontDescriptor.setStyle(int style) Returns a FontDescriptor that is equivalent to the receiver, but uses the given style bits.final FontDescriptorFontDescriptor.withStyle(int style) Returns a FontDescriptor that is equivalent to the receiver, but has the given style bits, in addition to any styles the receiver already has.Methods in org.eclipse.jface.resource with parameters of type FontDescriptorModifier and TypeMethodDescriptionfinal FontResourceManager.createFont(FontDescriptor descriptor) Deprecated.useResourceManager.create(DeviceResourceDescriptor)insteadfinal voidResourceManager.destroyFont(FontDescriptor descriptor) Deprecated.
createFrom(Font)