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.
- Author:
- Villu Ruusmann
-
Field Summary
Fields inherited from class org.apache.fontbox.encoding.Encoding
codeToName, nameToCode
-
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
-
Method Details
-
getInstance
Returns an instance of the CFFExportEncoding class.- Returns:
- an instance of CFFExportEncoding
-