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.ObjectThis class represents a single code/SID mapping of the encoding.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntry(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 intgetCode()The code of the entry.intgetSID()The SID of the entry.java.lang.StringtoString()
-