Package org.apache.fontbox.cff.encoding
Class CFFEncoding.Entry
java.lang.Object
org.apache.fontbox.cff.encoding.CFFEncoding.Entry
- Enclosing class:
- CFFEncoding
This class represents a single code/SID mapping of the encoding.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Entry
(int code, int sid) Create a new instance of Entry with the given values. -
Method Summary
-
Constructor Details
-
Entry
protected Entry(int code, int sid) Create a new instance of Entry with the given values.- Parameters:
code
- the codesid
- the SID
-
-
Method Details