类 IndexSubTableFormat4.CodeOffsetPairBuilder
java.lang.Object
com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.CodeOffsetPair
com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.CodeOffsetPairBuilder
- 封闭类:
IndexSubTableFormat4
public static final class IndexSubTableFormat4.CodeOffsetPairBuilder
extends IndexSubTableFormat4.CodeOffsetPair
-
字段概要
从类继承的字段 com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.CodeOffsetPair
glyphCode, offset
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.CodeOffsetPair
glyphCode, offset
-
构造器详细资料
-
CodeOffsetPairBuilder
private CodeOffsetPairBuilder(int glyphCode, int offset)
-
-
方法详细资料
-
setGlyphCode
public void setGlyphCode(int glyphCode) -
setOffset
public void setOffset(int offset)
-