Class FontProxy
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.FontProxy
-
- All Implemented Interfaces:
Serializable
public final class FontProxy extends Object implements Serializable
FontProxy provides the class used for storing aFontDescription
and aFont
together in a database for retrieval. This is the standard way that CAFE databases will store fonts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FontProxy(FontDescription fontDesc, Font font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Font
getFont()
FontDescription
getFontDescription()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
FontProxy
public FontProxy(FontDescription fontDesc, Font font)
-
-
Method Detail
-
getFont
public Font getFont()
- Returns:
- the Font
-
getFontDescription
public FontDescription getFontDescription()
- Returns:
- the FontDescription
-
-