|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntArrayBuilder | |
|---|---|
| org.foray.common.util | Utility classes available to all FOray modules. |
| org.foray.font | Classes providing read-only access to font files and system font classes. |
| org.foray.font.format.ttf | Classes handling the parsing and content of TrueType fonts. |
| Uses of IntArrayBuilder in org.foray.common.util |
|---|
| Methods in org.foray.common.util that return IntArrayBuilder | |
|---|---|
IntArrayBuilder |
IntArrayBuilder.append(int intToAppend)
Append an int to this structure. |
IntArrayBuilder |
IntArrayBuilder.delete(int start,
int end)
Removes the ints in a range of this sequence. |
IntArrayBuilder |
IntArrayBuilder.deleteIntAt(int index)
Removes the value at a given index. |
IntArrayBuilder |
IntArrayBuilder.replace(int index,
int newValue)
Replaces the value at a given index with a new value. |
static IntArrayBuilder |
CharSequenceUtils.toCodepoints(CharSequence chars,
int offset,
int length)
Converts a CharSequence to a sequence of Unicode codepoints. |
static IntArrayBuilder |
CharSequenceUtils.toCodepoints(CharSequence chars,
int offset,
int length,
int extraCapacity)
Converts a CharSequence to a sequence of Unicode codepoints. |
| Uses of IntArrayBuilder in org.foray.font |
|---|
| Methods in org.foray.font that return IntArrayBuilder | |
|---|---|
IntArrayBuilder |
FontUse4a.encode(CharSequence chars,
int offset,
int length,
org.axsl.font.FontOptions options,
org.axsl.common.i18n.Orthography orthography)
|
| Uses of IntArrayBuilder in org.foray.font.format.ttf |
|---|
| Methods in org.foray.font.format.ttf with parameters of type IntArrayBuilder | |
|---|---|
int |
OTFLookupGSUBx04x01.Ligature.checkSubstitution(IntArrayBuilder glyphIndexes,
int index)
Checks this ligature to see if it matches the current position in a sequence of glyphIndexes, and if so, makes the substitution. |
void |
OTFLookupGSUBx04x01.makeSubstitutions(IntArrayBuilder glyphIndexes,
org.axsl.font.FontOptions options)
Looks through the possible substitution in this font, and for those that the client wants, converts the glyph indexes for those subsitutions. |
void |
TTFTableGSUB.makeSubstitutions(IntArrayBuilder glyphIndexes,
org.axsl.font.FontOptions options,
org.axsl.common.i18n.Orthography orthography)
Looks through the possible substitution in this font, and for those that the client wants, converts the glyph indexes for those substitutions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||