Interface GlyphContextTester
public interface GlyphContextTester
Interface for testing the originating (source) character context of a glyph sequence.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(String script, String language, String feature, GlyphSequence gs, int index, int flags) Perform a test on a glyph sequence in a specific (originating) character context.
-
Method Details
-
test
boolean test(String script, String language, String feature, GlyphSequence gs, int index, int flags) Perform a test on a glyph sequence in a specific (originating) character context.- Parameters:
script- governing scriptlanguage- governing languagefeature- governing featuregs- glyph sequence to testindex- index into glyph sequence to testflags- that apply to lookup in scope- Returns:
- true if test is satisfied
-