Package com.itextpdf.io.font.otf
Class OpenTableLookup.GlyphIndexer
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
-
- Enclosing class:
- OpenTableLookup
public static class OpenTableLookup.GlyphIndexer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlyphIndexer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Glyph
getGlyph()
Retrieves the glyph of the object.int
getIdx()
Retrieves the idx of the glyph indexer.GlyphLine
getLine()
Retrieves the glyph line of the object.void
nextGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
void
previousGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
void
setGlyph(Glyph glyph)
Sets the glyph of the object.void
setIdx(int idx)
Sets the idx of the glyph indexer.void
setLine(GlyphLine line)
Sets the glyph line of the object.
-
-
-
Method Detail
-
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)
-
-