Lines Matching full:character
37 * an array of character indices for the glyphs, and an array of glyph positions.
44 * character to glyph mapping and default positioning using the glyph's advance
50 * 1) Glyph processing - character to glyph mapping and any other glyph processing
169 * output character index array reflecting these changes.
174 * @param chars - the input character context
175 * @param offset - the index of the first character to process
179 * @param outChars - the output character array, if different from the input
180 * @param glyphStorage - the object that holds the per-glyph storage. The character index array may be set.
183 * @return the output character count (input character count if no change)
192 * into an array of glyph indices and character indices. The characters to be
194 * a starting address and a maximum character count. An offset and a count are
197 * The default implementation of this method only does character to glyph mapping.
201 * @param chars - the character context
202 * @param offset - the offset of the first character to process
239 * it can use the character codes to determine glyph types if that information
243 * @param chars - the input character context
244 * @param offset - the offset of the first character to process
276 * This method does character to glyph mapping. The default implementation
278 * character index arrays if they're not already allocated. If it allocates the
279 * character index array, it will fill it it.
283 * character mirroring, which will replace a character which has a left and right
287 * @param chars - the input character context
288 * @param offset - the offset of the first character to be mapped
291 * @param mirror - if <code>TRUE</code>, do character mirroring
342 * glyph, character index and position arrays by calling the reset
353 * compute the glyph, character index and position arrays.
355 * @param chars - the input character context
356 * @param offset - the offset of the first character to process
366 * Note: The glyph, character index and position array can be accessed
370 * method first to free the glyph, character index and position arrays
415 * This method copies the character index array into a caller supplied array.
417 * character index for each glyph.
419 * @param charIndices - the destiniation character index array
427 * This method copies the character index array into a caller supplied array.
429 * character index for each glyph.
431 * @param charIndices - the destiniation character index array
469 * This method frees the glyph, character index and position arrays