Class PCLTTFPCLTFontTable
java.lang.Object
org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
org.apache.fop.render.pcl.fonts.truetype.PCLTTFPCLTFontTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private String
private String
private long
private int
private int
private int
private int
private int
private String
private int
private long
private int
private int
Fields inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
reader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
skipByte, skipLong, skipShort
-
Field Details
-
version
private long version -
fontNumber
private long fontNumber -
pitch
private int pitch -
xHeight
private int xHeight -
style
private int style -
typeFamily
private int typeFamily -
capHeight
private int capHeight -
symbolSet
private int symbolSet -
typeface
-
characterComplement
-
filename
-
strokeWeight
private int strokeWeight -
widthType
private int widthType -
serifStyle
private int serifStyle
-
-
Constructor Details
-
PCLTTFPCLTFontTable
- Throws:
IOException
-
-
Method Details
-
getVersion
public long getVersion() -
getFontNumber
public long getFontNumber() -
getPitch
public int getPitch() -
getXHeight
public int getXHeight() -
getStyle
public int getStyle() -
getTypeFamily
public int getTypeFamily() -
getCapHeight
public int getCapHeight() -
getSymbolSet
public int getSymbolSet() -
getTypeface
-
getCharacterComplement
-
getFilename
-
getStrokeWeight
public int getStrokeWeight() -
getWidthType
public int getWidthType() -
getSerifStyle
public int getSerifStyle()
-