Interface GlyphTester
-
- All Known Implementing Classes:
GlyphProcessingState.CombinedAndGlyphTester,GlyphProcessingState.CombinedOrGlyphTester,GlyphProcessingState.NotGlyphTester
public interface GlyphTesterInterface for testing glyph properties according to glyph identifier.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(int gi, int flags)Perform a test on a glyph identifier.
-