|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cff.CFFFont.Mapping
public class CFFFont.Mapping
This class is used for the font mapping.
| Constructor Summary | |
|---|---|
CFFFont.Mapping()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CFFFont.Mapping()
| Method Detail |
|---|
public List<Object> toType1Sequence()
throws IOException
IOException - if an error occurs during reading
public List<Object> toType2Sequence()
throws IOException
IOException - if an error occurs during readingpublic int getCode()
public int getSID()
public String getName()
public byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||