Package org.apache.fontbox.cff
Class CFFStandardEncoding
java.lang.Object
org.apache.fontbox.encoding.Encoding
org.apache.fontbox.cff.CFFEncoding
org.apache.fontbox.cff.CFFStandardEncoding
This is specialized CFFEncoding. It's used if the EncodingId of a font is set to 0.
- Author:
- Villu Ruusmann
-
Field Summary
Fields inherited from class org.apache.fontbox.encoding.Encoding
codeToName, nameToCode
-
Method Summary
Modifier and TypeMethodDescriptionstatic CFFStandardEncoding
Returns an instance of the CFFStandardEncoding 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 CFFStandardEncoding class.- Returns:
- an instance of CFFStandardEncoding
-