类的使用
com.google.typography.font.sfntly.table.Table
使用Table的程序包
程序包
说明
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的使用
类型参数类型为Table的com.google.typography.font.sfntly中的字段修饰符和类型字段说明private Map<Integer,
Table.Builder<? extends Table>> Font.Builder.tableBuilders
Font.tables
类型参数类型为Table的com.google.typography.font.sfntly中的方法修饰符和类型方法说明<T extends Table>
TFont.getTable
(int tag) Get the table in this font with the specified id.返回变量类型为Table的类型的com.google.typography.font.sfntly中的方法修饰符和类型方法说明private Map<Integer,
Table.Builder<? extends Table>> Font.Builder.buildAllTableBuilders
(Map<Header, WritableFontData> tableData) Font.Builder.buildTablesFromBuilders
(Font font, Map<Integer, Table.Builder<? extends Table>> builderMap) 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) Font.iterator()
Get an iterator over all the tables in the font.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.Map<Integer,
Table.Builder<? extends Table>> Font.Builder.tableBuilderMap()
Get a map of the table builders in this font builder accessed by table tag.Font.tableMap()
Get a map of the tables in this font accessed by table tag.类型变量类型为Table的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的使用
类型参数类型为Table的com.google.typography.font.sfntly.table中的类修饰符和类型类说明class
ByteArrayTableBuilder<T extends Table>
An abstract builder base for byte array based tables.static class
Table.Builder<T extends Table>
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.修饰符和类型类说明class
Abstract base class for tables that have contained subtables.返回变量类型为Table的类型的com.google.typography.font.sfntly.table中的方法修饰符和类型方法说明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的使用
-
com.google.typography.font.sfntly.table.core中Table的使用
修饰符和类型类说明final class
A CMap table.final class
A Font Header table.class
A Horizontal Device Metrics table - 'hdmx'.final class
A Horizontal Header table - 'hhea'.final class
A Horizontal Metrics table - 'hmtx'.final class
A Maximum Profile table - 'maxp'.final class
A Name table.final class
An OS/2 table - 'OS/2'.final class
A PostScript table. -
com.google.typography.font.sfntly.table.opentype中Table的使用
-
com.google.typography.font.sfntly.table.truetype中Table的使用
修饰符和类型类说明final class
A Control Program table.final class
A Control Value table.final class
A Glyph table.final class
A Loca table - 'loca'. -
com.google.typography.font.tools.conversion.woff中Table的使用
修饰符和类型方法说明private void
WoffWriter.setCompressedTableData
(WoffWriter.TableDirectoryEntry tableDirectoryEntry, Table table)