Class FontDescription

java.lang.Object
com.adobe.fontengine.font.FontDescription
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogDescription, CSS20FontDescription, FXGFontDescription, PlatformFontDescription, PostscriptFontDescription

public abstract class FontDescription extends Object implements Serializable
This class is the base class used for any description of a font. These descriptions are the way that a font can be represented in certain systems such CSS.

Synchronization

Concrete sub-classes of this class are immutable after construction and contain no mutable static data. It is therefore threadsafe.
See Also:
  • Constructor Details

    • FontDescription

      public FontDescription()