Class CacheSupportInfo
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.CacheSupportInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheSupportInfo extends java.lang.Object implements java.io.Serializable
Additional font info items, above and beyond any particular FontDescription, which may be used in support of the font cache to avoid unnecessary font parsing operations. Immutable and therefore thread safe.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheSupportInfo(java.lang.String type, int numGlyphs, boolean cff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFontType()
int
getNumGlyphs()
boolean
isCFF()
java.lang.String
toString()
-