Package org.apache.fontbox.cff.charset
Class CFFCharset.Entry
- java.lang.Object
-
- org.apache.fontbox.cff.charset.CFFCharset.Entry
-
- Enclosing class:
- CFFCharset
public static class CFFCharset.Entry extends java.lang.ObjectThis class represents a single SID/name mapping of the charset.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntry(int sid, java.lang.String name)Create a new instance of Entry with the given values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()The Name of this entry.intgetSID()The SID of this entry.java.lang.StringtoString()
-