Package com.adobe.xfa.font
Class FontInfo
java.lang.Object
com.adobe.xfa.font.FontInfo
- All Implemented Interfaces:
Comparable<FontInfo>
- Direct Known Subclasses:
FontItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WEIGHT_UNKNOWN
public static final int WEIGHT_UNKNOWN- See Also:
-
WEIGHT_NORMAL
public static final int WEIGHT_NORMAL- See Also:
-
WEIGHT_BOLD
public static final int WEIGHT_BOLD- See Also:
-
STYLE_UNKNOWN
public static final int STYLE_UNKNOWN- See Also:
-
STYLE_UPRIGHT
public static final int STYLE_UPRIGHT- See Also:
-
STYLE_ITALIC
public static final int STYLE_ITALIC- See Also:
-
-
Constructor Details
-
FontInfo
public FontInfo() -
FontInfo
-
FontInfo
-
FontInfo
public FontInfo(String typeface, int weight, boolean italic, double legacySizeDiff, int stretchDiff)
-
-
Method Details
-
getTypeface
-
getWeight
public int getWeight() -
getItalic
public boolean getItalic() -
getLegacySizeDiff
public double getLegacySizeDiff() -
getStretchDiff
public int getStretchDiff() -
equals
-
createFromAFEDescription
-
match
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<FontInfo>
-