-
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return CharAssociation
| Modifier and Type |
Method |
Description |
CharAssociation |
GlyphProcessingState.getAssociation() |
Obtain character association of glyph at current position.
|
CharAssociation |
GlyphProcessingState.getAssociation(int offset) |
Obtain character association of glyph at specified offset from current position.
|
CharAssociation[] |
GlyphProcessingState.getAssociations(int offset,
int count) |
Obtain count character associations of glyphs starting at specified offset from current position.
|
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.
|
CharAssociation[] |
GlyphProcessingState.getIgnoredAssociations(int offset,
int count) |
Obtain count character associations of ignored glyphs 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.
|
Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type CharAssociation
| 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.
|
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.
|
void |
GlyphSubstitutionState.putGlyph(int glyph,
CharAssociation a,
java.lang.Object predication) |
Put (write) glyph into glyph output buffer.
|
void |
GlyphSubstitutionState.putGlyphs(int[] glyphs,
CharAssociation[] associations,
java.lang.Object predication) |
Put (write) array of glyphs into glyph output buffer.
|
-
Constructors in org.docx4j.fonts.fop.complexscripts.util with parameters of type CharAssociation
| Constructor |
Description |
GlyphSequence(GlyphSequence gs,
int[] bga,
int[] iga,
int[] lga,
CharAssociation[] bal,
CharAssociation[] ial,
CharAssociation[] lal) |
Instantiate a glyph sequence using an existing glyph sequence, where the new glyph sequence shares
the character array of the existing sequence (but not the buffer object), but uses the specified
backtrack, input, and lookahead glyph arrays to populate the glyphs, and uses the specified
of glyphs buffer and association list.
|