类的使用
com.google.typography.font.sfntly.table.bitmap.BitmapGlyph
使用BitmapGlyph的程序包
-
com.google.typography.font.sfntly.table.bitmap中BitmapGlyph的使用
修饰符和类型字段说明private List<Map<Integer,
BitmapGlyph.Builder<? extends BitmapGlyph>>> EbdtTable.Builder.glyphBuilders
修饰符和类型方法说明static BitmapGlyph
BitmapGlyph.createGlyph
(ReadableFontData data, int format) EbdtTable.glyph
(int offset, int length, int format) 返回变量类型为BitmapGlyph的类型的com.google.typography.font.sfntly.table.bitmap中的方法修饰符和类型方法说明static BitmapGlyph.Builder<? extends BitmapGlyph>
BitmapGlyph.Builder.createGlyphBuilder
(ReadableFontData data, int format) private List<Map<Integer,
BitmapGlyph.Builder<? extends BitmapGlyph>>> EbdtTable.Builder.getGlyphBuilders()
List<Map<Integer,
BitmapGlyph.Builder<? extends BitmapGlyph>>> EbdtTable.Builder.glyphBuilders()
Gets the List of glyph builders for the glyph table builder.private static List<Map<Integer,
BitmapGlyph.Builder<? extends BitmapGlyph>>> EbdtTable.Builder.initialize
(ReadableFontData data, List<Map<Integer, BitmapGlyphInfo>> locaList) 修饰符和类型方法说明void
EbdtTable.Builder.setGlyphBuilders
(List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders) Replace the internal glyph builders with the one provided.