Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Anchor
-
Packages that use GlyphPositioningTable.Anchor Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fonts
Subclasses of GlyphPositioningTable.Anchor in org.apache.fop.complexscripts.fonts Modifier and Type Class Description static class
GlyphPositioningTable.MarkAnchor
TheMarkAnchor
class is a subclass of theAnchor
class, adding a mark class designation.Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.Anchor Modifier and Type Field Description private 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.Anchor Modifier and Type Method Description abstract GlyphPositioningTable.Anchor
GlyphPositioningTable.MarkToBaseSubtable. getBaseAnchor(int giBase, int markClass)
Obtain anchor associated with base glyph index and mark class.GlyphPositioningTable.Anchor
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.Anchor[]
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.Anchor
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.Anchor
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.Anchor Modifier and Type Method Description GlyphPositioningTable.Value
GlyphPositioningTable.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.Anchor Constructor Description Anchor(GlyphPositioningTable.Anchor a)
Instantiate an Anchor based on an existing anchor.MarkAnchor(int markClass, GlyphPositioningTable.Anchor a)
Instantiate a MarkAnchor
-