Class HheaTable

java.lang.Object
org.loboevolution.pdfview.font.ttf.TrueTypeTable
org.loboevolution.pdfview.font.ttf.HheaTable

public class HheaTable extends TrueTypeTable

HheaTable class.

Author jkaplan

  • Constructor Details

    • HheaTable

      protected HheaTable()
      Creates a new instance of HeadTable Makes up reasonable(?) defaults for all values
  • Method Details

    • getData

      public ByteBuffer getData()

      Get the data we have stored

    • setData

      public void setData(ByteBuffer data)

      Parse the data before it is set

    • getLength

      public int getLength()
      Get the size of the table, in bytes

      Get the length of this table

      Overrides:
      getLength in class TrueTypeTable
      Returns:
      a Integer object.
    • toString

      public String toString()

      Put into a nice string

      Create a pretty string

      Overrides:
      toString in class TrueTypeTable