类 PostScriptTableBuilder
java.lang.Object
com.google.typography.font.tools.subsetter.PostScriptTableBuilder
Builder for PostScript table. This is currently outside the main sfntly
builder hierarchy, but should be migrated into it.
- 作者:
- Raph Levien
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private static final int
private static final String[]
These are the standard PostScript names from the OpenType spec.private static final int
private final WritableFontData
private static final int
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()
void
Initialize the scalar values (underline position, etc) to those from the source post table.invertNameMap
(String[] names) void
-
字段详细资料
-
VERSION_2
private static final int VERSION_2- 另请参阅:
-
NUM_STANDARD_NAMES
private static final int NUM_STANDARD_NAMES- 另请参阅:
-
V1_TABLE_SIZE
private static final int V1_TABLE_SIZE- 另请参阅:
-
STANDARD_NAMES
These are the standard PostScript names from the OpenType spec. They are a prefix of the Adobe Glyph List. -
INVERTED_STANDARD_NAMES
-
v1Data
-
names
-
-
构造器详细资料
-
PostScriptTableBuilder
public PostScriptTableBuilder()
-
-
方法详细资料
-
invertNameMap
-
initV1From
Initialize the scalar values (underline position, etc) to those from the source post table.- 参数:
src
- The source table to initialize from.
-
setNames
-
build
-