类 BitmapSizeTable
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.SubTable
com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable
-
嵌套类概要
嵌套类 -
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private IndexSubTable
binarySearchIndexSubTables
(int glyphId) int
bitDepth()
int
colorRef()
private IndexSubTable
createIndexSubTable
(int index) int
int
private List<IndexSubTable>
int
glyphFormat
(int glyphId) glyphInfo
(int glyphId) int
glyphLength
(int glyphId) int
glyphOffset
(int glyphId) void
hori()
indexSubTable
(int index) int
int
private IndexSubTable
linearSearchIndexSubTables
(int glyphId) int
private static int
numberOfIndexSubTables
(ReadableFontData data, int tableOffset) int
ppemX()
int
ppemY()
private IndexSubTable
searchIndexSubTables
(int glyphId) int
toString()
void
vert()
从类继承的方法 com.google.typography.font.sfntly.table.SubTable
masterReadData, padding, setPadding
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
USE_BINARY_SEARCH
private static final boolean USE_BINARY_SEARCH- 另请参阅:
-
indexSubTablesLock
-
indexSubTables
-
-
构造器详细资料
-
BitmapSizeTable
-
-
方法详细资料
-
indexSubTableArrayOffset
public int indexSubTableArrayOffset() -
indexTableSize
public int indexTableSize() -
numberOfIndexSubTables
-
numberOfIndexSubTables
public int numberOfIndexSubTables() -
colorRef
public int colorRef() -
hori
public void hori() -
vert
public void vert() -
startGlyphIndex
public int startGlyphIndex() -
endGlyphIndex
public int endGlyphIndex() -
ppemX
public int ppemX() -
ppemY
public int ppemY() -
bitDepth
public int bitDepth() -
flagsAsInt
public int flagsAsInt() -
indexSubTable
-
glyphInfo
-
glyphOffset
public int glyphOffset(int glyphId) -
glyphLength
public int glyphLength(int glyphId) -
glyphFormat
public int glyphFormat(int glyphId) -
searchIndexSubTables
-
linearSearchIndexSubTables
-
binarySearchIndexSubTables
-
createIndexSubTable
-
getIndexSubTableList
-
toString
- 覆盖:
toString
在类中FontDataTable
-