Package org.apache.fontbox.cff
Class CFFStandardString
- java.lang.Object
-
- org.apache.fontbox.cff.CFFStandardString
-
public class CFFStandardString extends java.lang.Object
This class represents a standard SID to String mapping.- Version:
- $Revision: 1.0 $
- Author:
- Villu Ruusmann
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(int sid)
This will return the string mapped to the given SID.
-