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 intprivate Stringprivate Stringprivate longprivate intprivate intprivate intprivate intprivate intprivate Stringprivate intprivate longprivate intprivate intFields inherited from class PCLTTFTable
reader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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()
-