Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
Packages that use GlyphPositioningTable.Anchor
-
Uses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fonts
Subclasses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionstatic class
TheMarkAnchor
class is a subclass of theAnchor
class, adding a mark class designation.Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.AnchorModifier and TypeFieldDescriptionprivate GlyphPositioningTable.Anchor[]
GlyphPositioningTable.CursiveSubtableFormat1.aa
private GlyphPositioningTable.Anchor[][]
GlyphPositioningTable.MarkToBaseSubtableFormat1.bam
private GlyphPositioningTable.Anchor[][][]
GlyphPositioningTable.MarkToLigatureSubtableFormat1.lam
private GlyphPositioningTable.Anchor[][]
GlyphPositioningTable.MarkToMarkSubtableFormat1.mam
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.AnchorModifier and TypeMethodDescriptionabstract GlyphPositioningTable.Anchor
GlyphPositioningTable.MarkToBaseSubtable.getBaseAnchor
(int giBase, int markClass) Obtain anchor associated with base glyph index and mark class.GlyphPositioningTable.MarkToBaseSubtableFormat1.getBaseAnchor
(int giBase, int markClass) Obtain anchor associated with base glyph index and mark class.abstract GlyphPositioningTable.Anchor[]
GlyphPositioningTable.CursiveSubtable.getExitEntryAnchors
(int ci1, int ci2) Obtain exit anchor for first glyph with coverage indexci1
and entry anchor for second glyph with coverage indexci2
.GlyphPositioningTable.CursiveSubtableFormat1.getExitEntryAnchors
(int ci1, int ci2) Obtain exit anchor for first glyph with coverage indexci1
and entry anchor for second glyph with coverage indexci2
.abstract GlyphPositioningTable.Anchor
GlyphPositioningTable.MarkToLigatureSubtable.getLigatureAnchor
(int giLig, int maxComponents, int component, int markClass) Obtain anchor associated with ligature glyph index and mark class.GlyphPositioningTable.MarkToLigatureSubtableFormat1.getLigatureAnchor
(int giLig, int maxComponents, int component, int markClass) Obtain anchor associated with ligature glyph index and mark class.abstract GlyphPositioningTable.Anchor
GlyphPositioningTable.MarkToMarkSubtable.getMark2Anchor
(int giBase, int markClass) Obtain anchor associated with mark 2 glyph index and mark 1 class.GlyphPositioningTable.MarkToMarkSubtableFormat1.getMark2Anchor
(int giMark2, int markClass) Obtain anchor associated with mark 2 glyph index and mark 1 class.private GlyphPositioningTable.Anchor
OTFAdvancedTypographicTableReader.readPosAnchor
(long anchorTableOffset) Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.AnchorModifier and TypeMethodDescriptionGlyphPositioningTable.Anchor.getAlignmentAdjustment
(GlyphPositioningTable.Anchor a) Obtain adjustment value required to align the specified anchor with this anchor.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.AnchorModifierConstructorDescriptionprotected
Instantiate an Anchor based on an existing anchor.MarkAnchor
(int markClass, GlyphPositioningTable.Anchor a) Instantiate a MarkAnchor