Interface GlyphTester
public interface GlyphTester
Interface for testing glyph properties according to glyph identifier.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(int gi, int flags) Perform a test on a glyph identifier.
-
Method Details
-
test
boolean test(int gi, int flags) Perform a test on a glyph identifier.- Parameters:
gi- glyph identififerflags- that apply to lookup in scope- Returns:
- true if test is satisfied
-