java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.Table
直接已知子类:
ControlProgramTable, ControlValueTable, EbscTable, FontHeaderTable, GSubTable, HorizontalDeviceMetricsTable, HorizontalHeaderTable, HorizontalMetricsTable, LocaTable, MaximumProfileTable, OS2Table, PostScriptTable, SubTableContainerTable

public class Table extends FontDataTable
A concrete implementation of a root level table in the font. This is the base class used for all specific table implementations and is used as the generic table for all tables which have no specific implementations.
作者:
Stuart Gill
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • calculatedChecksum

      public long calculatedChecksum()
      Get the calculated checksum for the data in the table.
      返回:
      the checksum
    • header

      public Header header()
      Get the header for the table.
      返回:
      the table header
    • headerTag

      public int headerTag()
      Get the tag for the table from the record header.
      返回:
      the tag for the table
      另请参阅:
    • headerOffset

      public int headerOffset()
      Get the offset for the table from the record header.
      返回:
      the offset for the table
      另请参阅:
    • headerLength

      public int headerLength()
      Get the length of the table from the record header.
      返回:
      the length of the table
      另请参阅:
    • headerChecksum

      public long headerChecksum()
      Get the checksum for the table from the record header.
      返回:
      the checksum for the table
      另请参阅:
    • toString

      public String toString()
      覆盖:
      toString 在类中 FontDataTable