Package com.adobe.fontengine.font
Class FontDescription
- java.lang.Object
-
- com.adobe.fontengine.font.FontDescription
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CatalogDescription
,CSS20FontDescription
,FXGFontDescription
,PlatformFontDescription
,PostscriptFontDescription
public abstract class FontDescription extends java.lang.Object implements java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FontDescription()
-