Package org.apache.fop.fonts.cff
Class CFFDataReader.CFFSubTable
- java.lang.Object
-
- org.apache.fop.fonts.cff.CFFDataReader.CFFSubTable
-
- Direct Known Subclasses:
CFFDataReader.CFFIndexData
,CFFDataReader.FontDict
- Enclosing class:
- CFFDataReader
public class CFFDataReader.CFFSubTable extends java.lang.Object
Parent class which provides the ability to retrieve byte data from a sub-table.
-
-
Field Summary
Fields Modifier and Type Field Description private CFFDataReader.DataLocation
dataLocation
-
Constructor Summary
Constructors Constructor Description CFFSubTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getByteData()
void
setByteData(int position, int length)
-
-
-
Field Detail
-
dataLocation
private CFFDataReader.DataLocation dataLocation
-
-