Package org.apache.fontbox.cff
Class CFFStandardString
- java.lang.Object
-
- org.apache.fontbox.cff.CFFStandardString
-
public final class CFFStandardString extends java.lang.ObjectThis class represents a standard SID to String mapping.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]SID2STR
-
Constructor Summary
Constructors Modifier Constructor Description privateCFFStandardString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(int sid)This will return the string mapped to the given SID.
-