类 IndexSubTableFormat2.Builder
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable.Builder<T>
com.google.typography.font.sfntly.table.SubTable.Builder<T>
com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder<IndexSubTableFormat2>
com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2.Builder
- 封闭类:
IndexSubTableFormat2
public static final class IndexSubTableFormat2.Builder
extends IndexSubTable.Builder<IndexSubTableFormat2>
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器限定符构造器说明private
Builder()
private
Builder
(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) private
Builder
(WritableFontData data, int firstGlyphIndex, int lastGlyphIndex) -
方法概要
修饰符和类型方法说明static IndexSubTableFormat2.Builder
(专用程序包) static IndexSubTableFormat2.Builder
createBuilder
(ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) (专用程序包) static IndexSubTableFormat2.Builder
createBuilder
(WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) private static int
dataLength
(ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) int
glyphLength
(int glyphId) Gets the length of the glyph within the EBDT table.int
glyphStartOffset
(int glyphId) Gets the offset of the glyph relative to the block for this index subtable.int
(专用程序包) Iterator<BitmapGlyphInfo>
iterator()
int
void
setImageSize
(int imageSize) protected IndexSubTableFormat2
Build a table with the data provided.protected void
Tell the subclass that the data has been changed and any structures must be discarded.protected int
Query if the subclass needs to serialize and how much data is required.protected boolean
protected int
subSerialize
(WritableFontData newData) Serialize the table to the data provided.从类继承的方法 com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder
checkGlyphRange, createBuilder, createBuilder, firstGlyphIndex, glyphInfo, glyphOffset, imageDataOffset, imageFormat, indexFormat, lastGlyphIndex, revert, serializeIndexSubHeader, setFirstGlyphIndex, setImageDataOffset, setImageFormat, setLastGlyphIndex, toString
从类继承的方法 com.google.typography.font.sfntly.table.SubTable.Builder
masterReadData
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable.Builder
build, changed, containedModelChanged, currentModelChanged, data, dataChanged, internalReadData, internalWriteData, modelChanged, notifyPostTableBuild, readyToBuild, setData, setData, setModelChanged, setModelChanged
-
字段详细资料
-
metrics
-
-
构造器详细资料
-
Builder
private Builder() -
Builder
-
Builder
-
-
方法详细资料
-
createBuilder
-
createBuilder
static IndexSubTableFormat2.Builder createBuilder(ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) -
createBuilder
static IndexSubTableFormat2.Builder createBuilder(WritableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) -
dataLength
private static int dataLength(ReadableFontData data, int indexSubTableOffset, int firstGlyphIndex, int lastGlyphIndex) -
numGlyphs
public int numGlyphs() -
glyphStartOffset
public int glyphStartOffset(int glyphId) 从类复制的说明:IndexSubTable.Builder
Gets the offset of the glyph relative to the block for this index subtable.- 指定者:
glyphStartOffset
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 参数:
glyphId
- the glyph id- 返回:
- the glyph offset
-
glyphLength
public int glyphLength(int glyphId) 从类复制的说明:IndexSubTable.Builder
Gets the length of the glyph within the EBDT table.- 指定者:
glyphLength
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 参数:
glyphId
- the glyph id- 返回:
- the glyph offset
-
imageSize
public int imageSize() -
setImageSize
public void setImageSize(int imageSize) -
bigMetrics
-
iterator
Iterator<BitmapGlyphInfo> iterator() -
subBuildTable
从类复制的说明:FontDataTable.Builder
Build a table with the data provided.- 覆盖:
subBuildTable
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 参数:
data
- the data to use to build the table- 返回:
- a table
-
subDataSet
protected void subDataSet()从类复制的说明:FontDataTable.Builder
Tell the subclass that the data has been changed and any structures must be discarded. -
subDataSizeToSerialize
protected int subDataSizeToSerialize()从类复制的说明:FontDataTable.Builder
Query if the subclass needs to serialize and how much data is required.- 覆盖:
subDataSizeToSerialize
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 返回:
- positive bytes needed to serialize if a fixed size; and zero or negative bytes as an estimate if growable data is needed
-
subReadyToSerialize
protected boolean subReadyToSerialize()- 覆盖:
subReadyToSerialize
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 返回:
- true if the subclass is ready to serialize it's structure into data
-
subSerialize
从类复制的说明:FontDataTable.Builder
Serialize the table to the data provided.- 覆盖:
subSerialize
在类中IndexSubTable.Builder<IndexSubTableFormat2>
- 参数:
newData
- the data object to serialize to- 返回:
- the number of bytes written
-