CharAssociation[] |
GlyphProcessingState.getAssociations(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
CharAssociation[] associations,
int[] counts) |
Obtain count character associations of glyphs starting at specified offset from current position.
|
GlyphTester |
GlyphProcessingState.getCombinedAndTester(GlyphTester[] gta,
int ngt) |
Obtain an combined AND glyph tester.
|
GlyphTester |
GlyphProcessingState.getCombinedOrTester(GlyphTester[] gta,
int ngt) |
Obtain an combined OR glyph tester.
|
int[] |
GlyphProcessingState.getGlyphs(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
int[] glyphs,
int[] counts) |
Obtain count glyphs starting at specified offset from current position.
|
int[] |
GlyphProcessingState.getGlyphsAvailable(int offset,
boolean reverseOrder,
GlyphTester ignoreTester) |
Determine number of glyphs available starting at specified offset from current position.
|
CharAssociation[] |
GlyphProcessingState.getIgnoredAssociations(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
CharAssociation[] associations,
int[] counts) |
Obtain count character associations of ignored glyphs starting at specified offset from current position.
|
int[] |
GlyphProcessingState.getIgnoredGlyphs(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
int[] glyphs,
int[] counts) |
Obtain count ignored glyphs starting at specified offset from current position.
|
boolean |
GlyphProcessingState.isIgnoredGlyph(int offset,
GlyphTester ignoreTester) |
Determine if glyph at specified offset from current position is ignored.
|
void |
GlyphProcessingState.setIgnoreDefault(GlyphTester ignoreDefault) |
Set default ignore tester.
|