Package org.ghost4j.analyzer
Class FontAnalysisItem
java.lang.Object
org.ghost4j.analyzer.FontAnalysisItem
- All Implemented Interfaces:
Serializable,AnalysisItem
Represents font analysis data (used by FontAnalyzer).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanIndicate is the font is embedded.private StringFont name.private static final longSerial version UID.private booleanIndicate is the embedded font is a subset or a fullset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanisSubSet()voidsetEmbedded(boolean embedded) voidvoidsetSubSet(boolean subSet) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
name
Font name. -
embedded
private boolean embeddedIndicate is the font is embedded. -
subSet
private boolean subSetIndicate is the embedded font is a subset or a fullset
-
-
Constructor Details
-
FontAnalysisItem
public FontAnalysisItem()
-
-
Method Details