Lines Matching refs:ch
40 * @param ch - the input character
46 virtual LEUnicode32 mapChar(LEUnicode32 ch) const = 0;
196 * <code>TRUE</code> if <code>mapCharToGlyph(ch)</code>
199 * @param ch - the character to be tested
201 * @return <code>TRUE</code> if the font can render ch.
205 virtual le_bool canDisplay(LEUnicode32 ch) const;
222 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
247 * @param ch - the character
257 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
264 * @param ch - the character
273 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
281 * @param ch - the character
287 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const = 0;