类 EblcTable
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.Table
com.google.typography.font.sfntly.table.SubTableContainerTable
com.google.typography.font.sfntly.table.bitmap.EblcTable
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private List<BitmapSizeTable>
private final Object
Lock on all operations that will affect the value of the bitmapSizeTable.private static final boolean
static final int
从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明bitmapSizeTable
(int index) private static List<BitmapSizeTable>
createBitmapSizeTable
(ReadableFontData data, int numSizes) private List<BitmapSizeTable>
int
numSizes()
toString()
int
version()
从类继承的方法 com.google.typography.font.sfntly.table.Table
calculatedChecksum, header, headerChecksum, headerLength, headerOffset, headerTag
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
DEBUG
private static final boolean DEBUG- 另请参阅:
-
NOTDEF
public static final int NOTDEF- 另请参阅:
-
bitmapSizeTableLock
Lock on all operations that will affect the value of the bitmapSizeTable. -
bitmapSizeTable
-
-
构造器详细资料
-
EblcTable
- 参数:
header
-data
-
-
-
方法详细资料