Package com.tom_roush.fontbox.cff
Class CFFStandardString
- java.lang.Object
-
- com.tom_roush.fontbox.cff.CFFStandardString
-
public final class CFFStandardString extends Object
This class represents a standard SID to String mapping.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetName(int sid)This will return the string mapped to the given SID.
-
-
-
Method Detail
-
getName
public static String getName(int sid)
This will return the string mapped to the given SID.- Parameters:
sid- the given SID- Returns:
- the mapped string
-
-