类 Table
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
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
-
嵌套类概要
嵌套类 -
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明long
Get the calculated checksum for the data in the table.header()
Get the header for the table.long
Get the checksum for the table from the record header.int
Get the length of the table from the record header.int
Get the offset for the table from the record header.int
Get the tag for the table from the record header.toString()
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
header
-
-
构造器详细资料
-
Table
-
-
方法详细资料
-
calculatedChecksum
public long calculatedChecksum()Get the calculated checksum for the data in the table.- 返回:
- the checksum
-
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
- 覆盖:
toString
在类中FontDataTable
-