Class HeadTable

java.lang.Object
org.apache.batik.svggen.font.table.HeadTable
All Implemented Interfaces:
Table

public class HeadTable extends Object implements Table
Version:
$Id: HeadTable.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • versionNumber

      private int versionNumber
    • fontRevision

      private int fontRevision
    • checkSumAdjustment

      private int checkSumAdjustment
    • magicNumber

      private int magicNumber
    • flags

      private short flags
    • unitsPerEm

      private short unitsPerEm
    • created

      private long created
    • modified

      private long modified
    • xMin

      private short xMin
    • yMin

      private short yMin
    • xMax

      private short xMax
    • yMax

      private short yMax
    • macStyle

      private short macStyle
    • lowestRecPPEM

      private short lowestRecPPEM
    • fontDirectionHint

      private short fontDirectionHint
    • indexToLocFormat

      private short indexToLocFormat
    • glyphDataFormat

      private short glyphDataFormat
  • Constructor Details

  • Method Details

    • getCheckSumAdjustment

      public int getCheckSumAdjustment()
    • getCreated

      public long getCreated()
    • getFlags

      public short getFlags()
    • getFontDirectionHint

      public short getFontDirectionHint()
    • getFontRevision

      public int getFontRevision()
    • getGlyphDataFormat

      public short getGlyphDataFormat()
    • getIndexToLocFormat

      public short getIndexToLocFormat()
    • getLowestRecPPEM

      public short getLowestRecPPEM()
    • getMacStyle

      public short getMacStyle()
    • getModified

      public long getModified()
    • getType

      public int getType()
      Description copied from interface: Table
      Get the table type, as a table directory value.
      Specified by:
      getType in interface Table
      Returns:
      The table type
    • getUnitsPerEm

      public short getUnitsPerEm()
    • getVersionNumber

      public int getVersionNumber()
    • getXMax

      public short getXMax()
    • getXMin

      public short getXMin()
    • getYMax

      public short getYMax()
    • getYMin

      public short getYMin()
    • toString

      public String toString()
      Overrides:
      toString in class Object