public class CFFFont.Mapping
extends java.lang.Object
Constructor | Description |
---|---|
Mapping() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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()
Copyright © 2008–2018. All rights reserved.