类 IndexSubTableFormat2
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.SubTable
com.google.typography.font.sfntly.table.bitmap.IndexSubTable
com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2
Format 2 Index Subtable Entry.
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.google.typography.font.sfntly.table.bitmap.IndexSubTable
IndexSubTable.Format
-
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
glyphLength
(int glyphId) int
glyphStartOffset
(int glyphId) Gets the offset of the glyph relative to the block for this index subtable.int
int
从类继承的方法 com.google.typography.font.sfntly.table.bitmap.IndexSubTable
checkGlyphRange, checkGlyphRange, createIndexSubTable, firstGlyphIndex, glyphInfo, glyphOffset, imageDataOffset, imageFormat, indexFormat, lastGlyphIndex, toString
从类继承的方法 com.google.typography.font.sfntly.table.SubTable
masterReadData, padding, setPadding
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
imageSize
private final int imageSize
-
-
构造器详细资料
-
IndexSubTableFormat2
-
-
方法详细资料
-
imageSize
public int imageSize() -
bigMetrics
-
numGlyphs
public int numGlyphs()- 指定者:
numGlyphs
在类中IndexSubTable
-
glyphStartOffset
public int glyphStartOffset(int glyphId) 从类复制的说明:IndexSubTable
Gets the offset of the glyph relative to the block for this index subtable.- 指定者:
glyphStartOffset
在类中IndexSubTable
- 参数:
glyphId
- the glyph id- 返回:
- the glyph offset
-
glyphLength
public int glyphLength(int glyphId) - 指定者:
glyphLength
在类中IndexSubTable
-