Package org.apache.fontbox.cff
Class CFFExpertEncoding
java.lang.Object
org.apache.fontbox.encoding.Encoding
org.apache.fontbox.cff.CFFEncoding
org.apache.fontbox.cff.CFFExpertEncoding
This is specialized CFFEncoding. It's used if the EncodingId of a font is set to 1.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int[][]
Table of character codes and their corresponding sid.private static final int
private static final int
private static final CFFExpertEncoding
Fields inherited from class org.apache.fontbox.encoding.Encoding
codeToName, nameToCode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CFFExpertEncoding
Returns an instance of the CFFExportEncoding class.Methods inherited from class org.apache.fontbox.cff.CFFEncoding
add, add
Methods inherited from class org.apache.fontbox.encoding.Encoding
addCharacterEncoding, getCode, getCodeToNameMap, getName
-
Field Details
-
CHAR_CODE
private static final int CHAR_CODE- See Also:
-
CHAR_SID
private static final int CHAR_SID- See Also:
-
CFF_EXPERT_ENCODING_TABLE
private static final int[][] CFF_EXPERT_ENCODING_TABLETable of character codes and their corresponding sid. -
INSTANCE
-
-
Constructor Details
-
CFFExpertEncoding
private CFFExpertEncoding()
-
-
Method Details
-
getInstance
Returns an instance of the CFFExportEncoding class.- Returns:
- an instance of CFFExportEncoding
-