org.apache.fontbox.cff
public class CFFFont.Mapping extends Object
Method Summary | |
---|---|
byte[] | getBytes()
Gets the value for the bytes. |
int | getCode()
Gets the value for the code. |
String | getName()
Gets the value for the name. |
int | getSID()
Gets the value for the SID. |
List<Object> | toType1Sequence()
Converts the mapping into a Type1-sequence. |
List<Object> | toType2Sequence()
Converts the mapping into a Type2-sequence. |
Returns: the bytes
Returns: the code
Returns: the name
Returns: the SID
Returns: the Type1-sequence
Throws: IOException if an error occurs during reading
Returns: the Type2-sequence
Throws: IOException if an error occurs during reading