类的使用
com.google.typography.font.sfntly.table.Table.Builder
使用Table.Builder的程序包
程序包
说明
This package and its sub-packages contain, classes required to do:
Parse GSUB table
Compute the closure of a given set of glyph IDs based on GSUB lookups
This is an experimental package.
-
com.google.typography.font.sfntly中Table.Builder的使用
类型参数类型为Table.Builder的com.google.typography.font.sfntly中的字段修饰符和类型方法说明Table.Builder<? extends Table>
Font.Builder.getTableBuilder
(int tag) Get the table builder for the given tag.private Table.Builder<? extends Table>
Font.Builder.getTableBuilder
(Header header, WritableFontData data) Table.Builder<? extends Table>
Font.Builder.newTableBuilder
(int tag) Creates a new empty table builder for the table type given by the table id tag.Table.Builder<? extends Table>
Font.Builder.newTableBuilder
(int tag, ReadableFontData srcData) Creates a new table builder for the table type given by the table id tag.Table.Builder<? extends Table>
Font.Builder.removeTableBuilder
(int tag) Remove the specified table builder from the font builder.返回变量类型为Table.Builder的类型的com.google.typography.font.sfntly中的方法修饰符和类型方法说明private Map<Integer,
Table.Builder<? extends Table>> Font.Builder.buildAllTableBuilders
(Map<Header, WritableFontData> tableData) Map<Integer,
Table.Builder<? extends Table>> Font.Builder.tableBuilderMap()
Get a map of the table builders in this font builder accessed by table tag.类型变量类型为Table.Builder的com.google.typography.font.sfntly中的方法参数修饰符和类型方法说明Font.Builder.buildTablesFromBuilders
(Font font, Map<Integer, Table.Builder<? extends Table>> builderMap) private static void
Font.Builder.interRelateBuilders
(Map<Integer, Table.Builder<? extends Table>> builderMap) -
com.google.typography.font.sfntly.table中Table.Builder的使用
修饰符和类型类说明class
ByteArrayTableBuilder<T extends Table>
An abstract builder base for byte array based tables.(专用程序包) final class
A table builder to do the minimal table building for an unknown table type.static class
class
TableBasedTableBuilder<T extends Table>
An abstract base to be used building tables in which the builder can use the table itself to build from.修饰符和类型方法说明static Table.Builder<? extends Table>
Table.Builder.getBuilder
(Header header, WritableFontData tableData) Get a builder for the table type specified by the data in the header. -
com.google.typography.font.sfntly.table.bitmap中Table.Builder的使用
修饰符和类型类说明static class
static final class
static class
-
com.google.typography.font.sfntly.table.core中Table.Builder的使用
修饰符和类型类说明static class
CMap Table Builder.static class
static class
Builder for a Horizontal Device Metrics Table - 'hdmx'.static class
Builder for a Horizontal Header table - 'hhea'.static class
Builder for a Horizontal Metrics Table - 'hmtx'.static class
Builder for a Maximum Profile table - 'maxp'.static class
static class
A builder for the OS/2 table = 'OS/2'.static class
-
com.google.typography.font.sfntly.table.opentype中Table.Builder的使用
-
com.google.typography.font.sfntly.table.truetype中Table.Builder的使用
修饰符和类型类说明static class
Builder for Control Program Table.static class
Builder for Control Value tables.static class
static class
Builder for a loca table.