|
||||||||||
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. |
java.lang.String |
getName()
Gets the value for the name. |
int |
getSID()
Gets the value for the SID. |
java.util.List<java.lang.Object> |
toType1Sequence()
Converts the mapping into a Type1-sequence. |
java.util.List<java.lang.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 java.util.List<java.lang.Object> toType1Sequence() throws java.io.IOException
java.io.IOException
- if an error occurs during readingpublic java.util.List<java.lang.Object> toType2Sequence() throws java.io.IOException
java.io.IOException
- if an error occurs during readingpublic int getCode()
public int getSID()
public java.lang.String getName()
public byte[] getBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |