public static class OpenTableLookup.GlyphIndexer extends Object
| Constructor and Description |
|---|
GlyphIndexer() |
| Modifier and Type | Method and 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.
|
public GlyphLine getLine()
public void setLine(GlyphLine line)
line - glyph linepublic Glyph getGlyph()
public void setGlyph(Glyph glyph)
glyph - glyphpublic int getIdx()
public void setIdx(int idx)
idx - idxpublic void nextGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
public void previousGlyph(OpenTypeFontTableReader openReader, int lookupFlag)
Copyright © 1998–2025 Apryse Group NV. All rights reserved.