类 CompositeBitmapGlyph
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
com.google.typography.font.sfntly.table.bitmap.CompositeBitmapGlyph
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类修饰符和类型类说明static class
static final class
从类继承的嵌套类/接口 com.google.typography.font.sfntly.table.bitmap.BitmapGlyph
BitmapGlyph.Offset
-
字段概要
字段从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明component
(int componentNum) private void
initialize
(int format) Initializes the internal state from the data.int
从类继承的方法 com.google.typography.font.sfntly.table.bitmap.BitmapGlyph
createGlyph, format, toString
从类继承的方法 com.google.typography.font.sfntly.table.SubTable
masterReadData, padding, setPadding
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize
-
字段详细资料
-
numComponentsOffset
private int numComponentsOffset -
componentArrayOffset
private int componentArrayOffset
-
-
构造器详细资料
-
CompositeBitmapGlyph
-
-
方法详细资料
-
initialize
private void initialize(int format) Initializes the internal state from the data.- 参数:
format
- the glyph format
-
numComponents
public int numComponents() -
component
-