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 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

      private String typeface
    • characterComplement

      private String characterComplement
    • filename

      private String filename
    • strokeWeight

      private int strokeWeight
    • widthType

      private int widthType
    • serifStyle

      private int serifStyle
  • Constructor Details

  • 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

      public String getTypeface()
    • getCharacterComplement

      public String getCharacterComplement()
    • getFilename

      public String getFilename()
    • getStrokeWeight

      public int getStrokeWeight()
    • getWidthType

      public int getWidthType()
    • getSerifStyle

      public int getSerifStyle()