Lines Matching refs:script
33 * font and script, so it is best to call this method with text which is
34 * in a single script, passing the script code in as a hint. If you don't
35 * know the script of the text, you can use zero, which is the script code
36 * for characters used in more than one script.
50 * Where it makes sense, they should use the script code as a hint to render
51 * characters from the COMMON script in the font which is used for the given
52 * script. For example, if the input text is a series of Arabic words separated
53 * by spaces, and the script code passed in is <code>arabScriptCode</code> you
64 * @param script - the script hint.
75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;