Class GlyphProcessingState.CombinedOrGlyphTester
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphProcessingState.CombinedOrGlyphTester
- All Implemented Interfaces:
GlyphTester
- Enclosing class:
GlyphProcessingState
private static class GlyphProcessingState.CombinedOrGlyphTester
extends Object
implements GlyphTester
combined OR glyph tester
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(int gi, int flags) Perform a test on a glyph identifier.
-
Field Details
-
gta
-
ngt
private int ngt
-
-
Constructor Details
-
CombinedOrGlyphTester
CombinedOrGlyphTester(GlyphTester[] gta, int ngt)
-
-
Method Details
-
test
public boolean test(int gi, int flags) Perform a test on a glyph identifier.- Specified by:
test
in interfaceGlyphTester
- Parameters:
gi
- glyph identififerflags
- that apply to lookup in scope- Returns:
- true if test is satisfied
-