类 SimpleBitmapGlyph.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.BitmapGlyph.Builder<BitmapGlyph>
com.google.typography.font.sfntly.table.bitmap.SimpleBitmapGlyph.Builder
- 封闭类:
SimpleBitmapGlyph
-
构造器概要
构造器限定符构造器说明protected
Builder
(ReadableFontData data, int format) protected
Builder
(WritableFontData data, int format) -
方法概要
从类继承的方法 com.google.typography.font.sfntly.table.bitmap.BitmapGlyph.Builder
createGlyphBuilder, format, subDataSet, subDataSizeToSerialize, subReadyToSerialize, subSerialize
从类继承的方法 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
-
构造器详细资料
-
Builder
-
Builder
-
-
方法详细资料
-
subBuildTable
从类复制的说明:FontDataTable.Builder
Build a table with the data provided.- 指定者:
subBuildTable
在类中FontDataTable.Builder<BitmapGlyph>
- 参数:
data
- the data to use to build the table- 返回:
- a table
-