Class GlyphProcessingState.NotGlyphTester
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphProcessingState.NotGlyphTester
- All Implemented Interfaces:
GlyphTester
- Enclosing class:
- GlyphProcessingState
NOT 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
-
gt
-
-
Constructor Details
-
NotGlyphTester
NotGlyphTester(GlyphTester gt)
-
-
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
-