Lines Matching refs:GnomeFontInstance
54 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
78 …GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &st…
80 virtual ~GnomeFontInstance();
127 inline le_int32 GnomeFontInstance::getUnitsPerEM() const in getUnitsPerEM()
132 inline le_int32 GnomeFontInstance::getAscent() const in getAscent()
137 inline le_int32 GnomeFontInstance::getDescent() const in getDescent()
142 inline le_int32 GnomeFontInstance::getLeading() const in getLeading()
147 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
152 inline float GnomeFontInstance::getXPixelsPerEm() const in getXPixelsPerEm()
157 inline float GnomeFontInstance::getYPixelsPerEm() const in getYPixelsPerEm()
162 inline float GnomeFontInstance::getScaleFactorX() const in getScaleFactorX()
167 inline float GnomeFontInstance::getScaleFactorY() const in getScaleFactorY()