Class GlyphPositioningTable.SingleSubtableFormat1
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphSubtable
-
- org.apache.fop.complexscripts.fonts.GlyphPositioningSubtable
-
- org.apache.fop.complexscripts.fonts.GlyphPositioningTable.SingleSubtable
-
- org.apache.fop.complexscripts.fonts.GlyphPositioningTable.SingleSubtableFormat1
-
- All Implemented Interfaces:
java.lang.Comparable
,GlyphPositioning
- Enclosing class:
- GlyphPositioningTable
private static class GlyphPositioningTable.SingleSubtableFormat1 extends GlyphPositioningTable.SingleSubtable
-
-
Field Summary
Fields Modifier and Type Field Description private int
ciMax
private GlyphPositioningTable.Value
value
-
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
Constructors Constructor Description SingleSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getEntries()
GlyphPositioningTable.Value
getValue(int ci, int gi)
Obtain positioning value for coverage index.private void
populate(java.util.List entries)
-
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphPositioningTable.SingleSubtable
create, getType, isCompatible, position
-
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphPositioningSubtable
getTableType, getTypeName, position, position, usesReverseScan
-
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphSubtable
compareTo, equals, getClasses, getCoverage, getCoverageIndex, getCoverageSize, getFlags, getFlags, getFormat, getGDEF, getLookupId, getSequence, getTable, hashCode, resolveLookupReferences, setTable, usesReverseScan
-
-
-
-
Field Detail
-
value
private GlyphPositioningTable.Value value
-
ciMax
private int ciMax
-
-
Constructor Detail
-
SingleSubtableFormat1
SingleSubtableFormat1(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
-
-
Method Detail
-
getEntries
public java.util.List getEntries()
- Specified by:
getEntries
in classGlyphSubtable
- Returns:
- this subtable's lookup entries
-
getValue
public GlyphPositioningTable.Value getValue(int ci, int gi)
Obtain positioning value for coverage index.- Specified by:
getValue
in classGlyphPositioningTable.SingleSubtable
- Parameters:
ci
- coverage indexgi
- input glyph index- Returns:
- positioning value or null if none applies
-
populate
private void populate(java.util.List entries)
-
-