Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Class and Description |
---|---|
class |
GlyphClassTable
Base class implementation of glyph class table.
|
class |
GlyphCoverageTable
.Base class implementation of glyph coverage table.
|
protected static class |
GlyphMappingTable.EmptyMappingTable
empty mapping table base class
|
protected static class |
GlyphMappingTable.MappedMappingTable
mapped mapping table base class
|
protected static class |
GlyphMappingTable.RangeMappingTable
range mapping table base class
|
Modifier and Type | Method and Description |
---|---|
static GlyphSubtable |
GlyphDefinitionTable.createSubtable(int type,
String id,
int sequence,
int flags,
int format,
GlyphMappingTable mapping,
List entries)
Create a definition subtable according to the specified arguments.
|
Constructor and Description |
---|
GlyphDefinitionSubtable(String id,
int sequence,
int flags,
int format,
GlyphMappingTable mapping)
Instantiate a
GlyphDefinitionSubtable . |
GlyphSubtable(String lookupId,
int sequence,
int flags,
int format,
GlyphMappingTable mapping)
Instantiate this glyph subtable.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.