类 BitmapGlyph
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.SubTable
com.google.typography.font.sfntly.table.bitmap.BitmapGlyph
- 直接已知子类:
CompositeBitmapGlyph
,SimpleBitmapGlyph
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类 -
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器限定符构造器说明protected
BitmapGlyph
(ReadableFontData data, int format) protected
BitmapGlyph
(ReadableFontData data, int offset, int length, int format) -
方法概要
修饰符和类型方法说明static BitmapGlyph
createGlyph
(ReadableFontData data, int format) int
format()
toString()
从类继承的方法 com.google.typography.font.sfntly.table.SubTable
masterReadData, padding, setPadding
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
format
private int format
-
-
构造器详细资料
-
BitmapGlyph
-
BitmapGlyph
-
-
方法详细资料
-
createGlyph
-
format
public int format() -
toString
- 覆盖:
toString
在类中FontDataTable
-