org.apache.fontbox.cff
Class CFFStandardString
java.lang.Object
org.apache.fontbox.cff.CFFStandardString
public class CFFStandardString
- extends Object
This class represents a standard SID to String mapping.
- Version:
- $Revision: 1.0 $
- Author:
- Villu Ruusmann
Method Summary |
static String |
getName(int sid)
This will return the string mapped to the given SID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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