类 IndexSubTableFormat3
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.IndexSubTableFormat3
Format 3 Index Subtable Entry.
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.google.typography.font.sfntly.table.bitmap.IndexSubTable
IndexSubTable.Format
-
字段概要
从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器限定符构造器说明private
IndexSubTableFormat3
(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.private int
loca
(int loca) 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
-
构造器详细资料
-
IndexSubTableFormat3
-
-
方法详细资料
-
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
-
loca
private int loca(int loca)
-