Searched defs:LEFontInstance (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.h45 * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and
46 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
89 * An instance of an <code>LEFontInstance</code> represents a font at a particular point
95 * make sense for a physical font. If you have an <code>LEFontInstance</code> which
106 class U_LAYOUT_API LEFontInstance : public UObject class in inherits:UObject
116 virtual ~LEFontInstance();
131 * <code>LEFontInstance</code> which represent a physical font. It returns
134 * This method will return a valid <code>LEFontInstance</code> unless you
162 * @return an <code>LEFontInstance</code> for the sub font which can render the characters, or
169 virtual const LEFontInstance *getSubFon
[all...]
H A DLEFontInstance.cpp33 * file name: LEFontInstance.cpp
41 #include "LEFontInstance.h"
46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEFontInstance)
53 LEFontInstance::~LEFontInstance()
58 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit,
74 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count,
105 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
110 LEGlyphID LEFontInstance
[all...]

Completed in 1588 milliseconds