Lines Matching full:glyphs
33 * an array of character indices for the glyphs, and an array of glyph positions.
49 * 2) Glyph positioning - position the glyphs based on their advance widths.
205 * @return the number of glyphs in the glyph index array
213 * the glyphs based on their advance widths. This is sufficient for most uses. It
231 * Note that this method has both characters and glyphs as input so that
239 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
269 * text with the ability to store the glyphs in reverse order, and by supporting
292 * glyphs to be zero, which is required for proper selection and highlighting.
295 * @param markFilter - used to identify mark glyphs
307 * glyphs to be zero, which is required for proper selection and highlighting.
316 * @param markFilter - used to identify mark glyphs
351 * @return the number of glyphs in the glyph array
365 * This method returns the number of glyphs in the glyph array. Note
366 * that the number of glyphs will be greater than or equal to the number
369 * @return the number of glyphs in the glyph array
378 * the glyphs.
380 * @param glyphs - the destiniation glyph array
385 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
393 * @param glyphs - the destination (32 bit) glyph array
399 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;