类 IndexSubTableFormat5
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.IndexSubTableFormat5
Format 5 Index Subtable Entry.
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.google.typography.font.sfntly.table.bitmap.IndexSubTable
IndexSubTable.Format
-
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器限定符构造器说明private
IndexSubTableFormat5
(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) -
方法概要
修饰符和类型方法说明int
glyphLength
(int glyphId) int
glyphStartOffset
(int glyphId) Gets the offset of the glyph relative to the block for this index subtable.int
int
private static int
numGlyphs
(ReadableFontData data, int tableOffset) 从类继承的方法 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
-
-
构造器详细资料
-
IndexSubTableFormat5
-
-
方法详细资料
-
numGlyphs
-
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
-