Class PCLTTFPCLTFontTable
- java.lang.Object
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
-
- org.apache.fop.render.pcl.fonts.truetype.PCLTTFPCLTFontTable
-
public class PCLTTFPCLTFontTable extends PCLTTFTable
-
-
Field Summary
Fields Modifier and Type Field Description private intcapHeightprivate java.lang.StringcharacterComplementprivate java.lang.Stringfilenameprivate longfontNumberprivate intpitchprivate intserifStyleprivate intstrokeWeightprivate intstyleprivate intsymbolSetprivate java.lang.Stringtypefaceprivate inttypeFamilyprivate longversionprivate intwidthTypeprivate intxHeight-
Fields inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
reader
-
-
Constructor Summary
Constructors Constructor Description PCLTTFPCLTFontTable(FontFileReader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCapHeight()java.lang.StringgetCharacterComplement()java.lang.StringgetFilename()longgetFontNumber()intgetPitch()intgetSerifStyle()intgetStrokeWeight()intgetStyle()intgetSymbolSet()java.lang.StringgetTypeface()intgetTypeFamily()longgetVersion()intgetWidthType()intgetXHeight()-
Methods inherited from class org.apache.fop.render.pcl.fonts.truetype.PCLTTFTable
skipByte, skipLong, skipShort
-
-
-
-
Field Detail
-
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
private java.lang.String typeface
-
characterComplement
private java.lang.String characterComplement
-
filename
private java.lang.String filename
-
strokeWeight
private int strokeWeight
-
widthType
private int widthType
-
serifStyle
private int serifStyle
-
-
Constructor Detail
-
PCLTTFPCLTFontTable
public PCLTTFPCLTFontTable(FontFileReader in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
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
public java.lang.String getTypeface()
-
getCharacterComplement
public java.lang.String getCharacterComplement()
-
getFilename
public java.lang.String getFilename()
-
getStrokeWeight
public int getStrokeWeight()
-
getWidthType
public int getWidthType()
-
getSerifStyle
public int getSerifStyle()
-
-