Lines Matching full:font
27 * Get a physical font which can render the given text. For composite fonts,
28 * if there is no single physical font which can render all of the text,
29 * return a physical font which can render an initial substring of the text,
33 * font and script, so it is best to call this method with text which is
39 * <code>LEFontInstance</code> which represent a physical font. It returns
45 * to indicate that the returned font may not be able to render all of
46 * the text. Whenever a valid font is returned, the <code>offset</code> parameter
51 * characters from the COMMON script in the font which is used for the given
54 * should return the font used for Arabic characters for all of the input text,
56 * which cannot be rendered by the font used for Arabic characters, but which can
57 * be rendered by another font, you should return that font for those characters.
62 * rendered using the returned font.
65 * @param success - set to an error code if the arguments are illegal, or no font
70 * @return an <code>LEFontInstance</code> for the sub font which can render the characters, or
79 * font's charcter to glyph map.
136 // Can't get units per EM without knowing which sub-font, so
168 // Can't get a scale factor without knowing the sub-font, so
175 // Can't get a scale factor without knowing the sub-font, so