Class OpenTableLookup.GlyphIndexer
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
- Enclosing class:
OpenTableLookup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlyph()Retrieves the glyph of the object.intgetIdx()Retrieves the idx of the glyph indexer.getLine()Retrieves the glyph line of the object.voidnextGlyph(OpenTypeFontTableReader openReader, int lookupFlag) voidpreviousGlyph(OpenTypeFontTableReader openReader, int lookupFlag) voidSets the glyph of the object.voidsetIdx(int idx) Sets the idx of the glyph indexer.voidSets the glyph line of the object.
-
Field Details
-
line
-
glyph
-
idx
private int idx
-
-
Constructor Details
-
GlyphIndexer
public GlyphIndexer()
-
-
Method Details
-
getLine
-
setLine
Sets the glyph line of the object.- Parameters:
line- glyph line
-
getGlyph
-
setGlyph
-
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
-
previousGlyph
-