Class PCLTTFPOSTFontTable
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFPOSTFontTable
-
public class PCLTTFPOSTFontTable extends PCLTTFTable
-
-
Field Summary
Fields Modifier and Type Field Description private int
isFixedPitch
private int
underlinePosition
private int
underlineThickness
-
Fields inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
reader
-
-
Constructor Summary
Constructors Constructor Description PCLTTFPOSTFontTable(FontFileReader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIsFixedPitch()
int
getUnderlinePosition()
int
getUnderlineThickness()
-
Methods inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
skipByte, skipLong, skipShort
-
-
-
-
Constructor Detail
-
PCLTTFPOSTFontTable
public PCLTTFPOSTFontTable(FontFileReader in) throws java.io.IOException
- Throws:
java.io.IOException
-
-