Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Field | Description |
---|---|---|
protected GlyphTester |
GlyphProcessingState.ignoreBase |
ignore base glyph tester
|
protected GlyphTester |
GlyphProcessingState.ignoreDefault |
default ignore glyph tester
|
protected GlyphTester |
GlyphProcessingState.ignoreLigature |
ignore ligature glyph tester
|
protected GlyphTester |
GlyphProcessingState.ignoreMark |
ignore mark glyph tester
|
Modifier and Type | Method | Description |
---|---|---|
GlyphTester |
GlyphProcessingState.getCombinedAndTester(GlyphTester[] gta,
int ngt) |
Obtain an combined AND glyph tester.
|
GlyphTester |
GlyphProcessingState.getCombinedIgnoreTester(int flags) |
Obtain an ignored glyph tester that corresponds to the specified multiple (combined) lookup flags.
|
GlyphTester |
GlyphProcessingState.getCombinedOrTester(GlyphTester[] gta,
int ngt) |
Obtain an combined OR glyph tester.
|
GlyphTester |
GlyphProcessingState.getIgnoreDefault() |
Obtain governing default ignores tester.
|
GlyphTester |
GlyphProcessingState.getIgnoreTester(int flags) |
Obtain an ignored glyph tester that corresponds to the specified lookup flags.
|
Modifier and Type | Method | Description |
---|---|---|
CharAssociation[] |
GlyphProcessingState.getAssociations(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
CharAssociation[] associations,
int[] counts) |
Obtain
count character associations of glyphs starting at specified offset from current position. |
GlyphTester |
GlyphProcessingState.getCombinedAndTester(GlyphTester[] gta,
int ngt) |
Obtain an combined AND glyph tester.
|
GlyphTester |
GlyphProcessingState.getCombinedOrTester(GlyphTester[] gta,
int ngt) |
Obtain an combined OR glyph tester.
|
int[] |
GlyphProcessingState.getGlyphs(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
int[] glyphs,
int[] counts) |
Obtain
count glyphs starting at specified offset from current position. |
int[] |
GlyphProcessingState.getGlyphsAvailable(int offset,
boolean reverseOrder,
GlyphTester ignoreTester) |
Determine number of glyphs available starting at specified offset from current position.
|
CharAssociation[] |
GlyphProcessingState.getIgnoredAssociations(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
CharAssociation[] associations,
int[] counts) |
Obtain
count character associations of ignored glyphs starting at specified offset from current position. |
int[] |
GlyphProcessingState.getIgnoredGlyphs(int offset,
int count,
boolean reverseOrder,
GlyphTester ignoreTester,
int[] glyphs,
int[] counts) |
Obtain
count ignored glyphs starting at specified offset from current position. |
boolean |
GlyphProcessingState.isIgnoredGlyph(int offset,
GlyphTester ignoreTester) |
Determine if glyph at specified offset from current position is ignored.
|
void |
GlyphProcessingState.setIgnoreDefault(GlyphTester ignoreDefault) |
Set default ignore tester.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.