Package org.apache.fontbox.cff.encoding
Class CFFEncoding.Entry
- java.lang.Object
-
- org.apache.fontbox.cff.encoding.CFFEncoding.Entry
-
- Enclosing class:
- CFFEncoding
public static class CFFEncoding.Entry extends java.lang.Object
This class represents a single code/SID mapping of the encoding.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Entry(int code, int sid)
Create a new instance of Entry with the given values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
The code of the entry.int
getSID()
The SID of the entry.java.lang.String
toString()
-