Class PCLTTFTable
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
-
- Direct Known Subclasses:
PCLTTFOS2FontTable
,PCLTTFPCLTFontTable
,PCLTTFPOSTFontTable
public class PCLTTFTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FontFileReader
reader
-
Constructor Summary
Constructors Constructor Description PCLTTFTable(FontFileReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
skipByte(FontFileReader reader, int skips)
protected void
skipLong(FontFileReader reader, int skips)
protected void
skipShort(FontFileReader reader, int skips)
-
-
-
Field Detail
-
reader
protected FontFileReader reader
-
-
Constructor Detail
-
PCLTTFTable
public PCLTTFTable(FontFileReader reader)
-
-
Method Detail
-
skipShort
protected void skipShort(FontFileReader reader, int skips) throws java.io.IOException
- Throws:
java.io.IOException
-
skipLong
protected void skipLong(FontFileReader reader, int skips) throws java.io.IOException
- Throws:
java.io.IOException
-
skipByte
protected void skipByte(FontFileReader reader, int skips) throws java.io.IOException
- Throws:
java.io.IOException
-
-