Package com.itextpdf.io.font.otf
Class OpenTableLookup.GlyphIndexer
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
- Enclosing class:
- OpenTableLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGlyph()
Retrieves the glyph of the object.int
getIdx()
Retrieves the idx of the glyph indexer.getLine()
Retrieves the glyph line of the object.void
nextGlyph
(OpenTypeFontTableReader openReader, int lookupFlag) void
previousGlyph
(OpenTypeFontTableReader openReader, int lookupFlag) void
Sets the glyph of the object.void
setIdx
(int idx) Sets the idx of the glyph indexer.void
Sets the glyph line of the object.
-
Constructor Details
-
GlyphIndexer
public GlyphIndexer()
-
-
Method Details
-
getLine
Retrieves the glyph line of the object.- Returns:
- glyph line
-
setLine
Sets the glyph line of the object.- Parameters:
-
line
- glyph line
-
getGlyph
Retrieves the glyph of the object.- Returns:
- glyph
-
setGlyph
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
-
previousGlyph
-