Uses of Class
org.apache.fop.complexscripts.fonts.GlyphMappingTable
-
Packages that use GlyphMappingTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphMappingTable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphMappingTable in org.apache.fop.complexscripts.fonts Modifier and Type Class Description class
GlyphClassTable
Base class implementation of glyph class table.private static class
GlyphClassTable.CoverageSetClassTable
private static class
GlyphClassTable.EmptyClassTable
private static class
GlyphClassTable.MappedClassTable
private static class
GlyphClassTable.RangeClassTable
class
GlyphCoverageTable
.Base class implementation of glyph coverage table.private static class
GlyphCoverageTable.EmptyCoverageTable
private static class
GlyphCoverageTable.MappedCoverageTable
private static class
GlyphCoverageTable.RangeCoverageTable
protected static class
GlyphMappingTable.EmptyMappingTable
empty mapping table base classprotected static class
GlyphMappingTable.MappedMappingTable
mapped mapping table base classprotected static class
GlyphMappingTable.RangeMappingTable
range mapping table base classFields in org.apache.fop.complexscripts.fonts declared as GlyphMappingTable Modifier and Type Field Description private GlyphMappingTable
GlyphSubtable. mapping
subtable mapping tableprivate GlyphMappingTable
OTFAdvancedTypographicTableReader. seMapping
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Modifier and Type Method Description (package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.AttachmentPointSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.GlyphClassSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.LigatureCaretSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.MarkAttachmentSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
static GlyphSubtable
GlyphDefinitionTable. createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
Create a definition subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Constructor Description AttachmentPointSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
AttachmentPointSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
GlyphClassSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
GlyphClassSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
GlyphDefinitionSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping)
Instantiate aGlyphDefinitionSubtable
.GlyphSubtable(java.lang.String lookupId, int sequence, int flags, int format, GlyphMappingTable mapping)
Instantiate this glyph subtable.LigatureCaretSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
LigatureCaretSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
MarkAttachmentSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
MarkAttachmentSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
-