Class GlyphDefinitionTable.LigatureCaretSubtable
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphSubtable
org.apache.fop.complexscripts.fonts.GlyphDefinitionSubtable
org.apache.fop.complexscripts.fonts.GlyphDefinitionTable.LigatureCaretSubtable
- All Implemented Interfaces:
Comparable
,GlyphDefinition
- Direct Known Subclasses:
GlyphDefinitionTable.LigatureCaretSubtableFormat1
- Enclosing class:
GlyphDefinitionTable
private abstract static class GlyphDefinitionTable.LigatureCaretSubtable
extends GlyphDefinitionSubtable
-
Field Summary
Fields inherited from class org.apache.fop.complexscripts.fonts.GlyphSubtable
LF_IGNORE_BASE, LF_IGNORE_LIGATURE, LF_IGNORE_MARK, LF_INTERNAL_USE_REVERSE_SCAN, LF_MARK_ATTACHMENT_TYPE, LF_RESERVED, LF_RIGHT_TO_LEFT, LF_USE_MARK_FILTERING_SET
-
Constructor Summary
ConstructorsConstructorDescriptionLigatureCaretSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) -
Method Summary
Modifier and TypeMethodDescription(package private) static GlyphDefinitionSubtable
create
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) int
getType()
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphDefinitionSubtable
getTableType, getTypeName, hasDefinition, usesReverseScan
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphSubtable
compareTo, equals, getClasses, getCoverage, getCoverageIndex, getCoverageSize, getEntries, getFlags, getFlags, getFormat, getGDEF, getLookupId, getSequence, getTable, hashCode, isCompatible, resolveLookupReferences, setTable, usesReverseScan
-
Constructor Details
-
LigatureCaretSubtable
LigatureCaretSubtable(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries)
-
-
Method Details
-
getType
public int getType()- Specified by:
getType
in classGlyphSubtable
- Returns:
- this subtable's type
-
create
static GlyphDefinitionSubtable create(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries)
-