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 classGlyphPositioningTable.MarkAnchorTheMarkAnchorclass is a subclass of theAnchorclass, 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. aaprivate GlyphPositioningTable.Anchor[][]GlyphPositioningTable.MarkToBaseSubtableFormat1. bamprivate GlyphPositioningTable.Anchor[][][]GlyphPositioningTable.MarkToLigatureSubtableFormat1. lamprivate GlyphPositioningTable.Anchor[][]GlyphPositioningTable.MarkToMarkSubtableFormat1. mamMethods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.Anchor Modifier and Type Method Description abstract GlyphPositioningTable.AnchorGlyphPositioningTable.MarkToBaseSubtable. getBaseAnchor(int giBase, int markClass)Obtain anchor associated with base glyph index and mark class.GlyphPositioningTable.AnchorGlyphPositioningTable.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 indexci1and 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 indexci1and entry anchor for second glyph with coverage indexci2.abstract GlyphPositioningTable.AnchorGlyphPositioningTable.MarkToLigatureSubtable. getLigatureAnchor(int giLig, int maxComponents, int component, int markClass)Obtain anchor associated with ligature glyph index and mark class.GlyphPositioningTable.AnchorGlyphPositioningTable.MarkToLigatureSubtableFormat1. getLigatureAnchor(int giLig, int maxComponents, int component, int markClass)Obtain anchor associated with ligature glyph index and mark class.abstract GlyphPositioningTable.AnchorGlyphPositioningTable.MarkToMarkSubtable. getMark2Anchor(int giBase, int markClass)Obtain anchor associated with mark 2 glyph index and mark 1 class.GlyphPositioningTable.AnchorGlyphPositioningTable.MarkToMarkSubtableFormat1. getMark2Anchor(int giMark2, int markClass)Obtain anchor associated with mark 2 glyph index and mark 1 class.private GlyphPositioningTable.AnchorOTFAdvancedTypographicTableReader. readPosAnchor(long anchorTableOffset)Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.Anchor Modifier and Type Method Description GlyphPositioningTable.ValueGlyphPositioningTable.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
-