Class OpenTableLookup.GlyphIndexer

java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
Enclosing class:
OpenTableLookup

public static class OpenTableLookup.GlyphIndexer extends Object
  • Constructor Details

    • GlyphIndexer

      public GlyphIndexer()
  • Method Details

    • getLine

      public GlyphLine getLine()
      Retrieves the glyph line of the object.
      Returns:
      glyph line
    • setLine

      public void setLine (GlyphLine line)
      Sets the glyph line of the object.
      Parameters:
      line - glyph line
    • getGlyph

      public Glyph getGlyph()
      Retrieves the glyph of the object.
      Returns:
      glyph
    • setGlyph

      public void setGlyph (Glyph glyph)
      Sets the glyph of the object.
      Parameters:
      glyph - glyph
    • getIdx

      public int getIdx()
      Retrieves the idx of the glyph indexer.
      Returns:
      idx
    • setIdx

      public void setIdx (int idx)
      Sets the idx of the glyph indexer.
      Parameters:
      idx - idx
    • nextGlyph

      public void nextGlyph (OpenTypeFontTableReader openReader, int lookupFlag)
    • previousGlyph

      public void previousGlyph (OpenTypeFontTableReader openReader, int lookupFlag)