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.Object
This class represents a single SID/name mapping of the charset.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Entry(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.String
getName()
The Name of this entry.int
getSID()
The SID of this entry.java.lang.String
toString()
-