Package org.apache.fop.fonts.truetype
Class OTFFile.Mapping
java.lang.Object
org.apache.fop.fonts.truetype.OTFFile.Mapping
- Enclosing class:
OTFFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sid
private int sid -
name
-
bytes
private byte[] bytes
-
-
Constructor Details
-
Mapping
private Mapping()
-
-
Method Details
-
setSID
public void setSID(int sid) -
getSID
public int getSID() -
setName
-
getName
-
setBytes
public void setBytes(byte[] bytes) -
getBytes
public byte[] getBytes()
-