Home | History | Annotate | Download | only in layout

Lines Matching defs:LEFontInstance

20  * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and
21 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
64 * An instance of an <code>LEFontInstance</code> represents a font at a particular point
70 * make sense for a physical font. If you have an <code>LEFontInstance</code> which
81 class U_LAYOUT_API LEFontInstance : public UObject
91 virtual ~LEFontInstance();
106 * <code>LEFontInstance</code> which represent a physical font. It returns
109 * This method will return a valid <code>LEFontInstance</code> unless you
137 * @return an <code>LEFontInstance</code> for the sub font which can render the characters, or
144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
152 * it only makes sense to call this method on an <code>LEFontInstance</code>
170 * it only makes sense to call this method on an <code>LEFontInstance</code>
471 // but are useful for clients of <code>LEFontInstance</code> who
533 inline float LEFontInstance::fixedToFloat(le_int32 fixed)
538 inline le_int32 LEFontInstance::floatToFixed(float theFloat)