Lines Matching refs:GDIFontInstance
32 class GDIFontInstance; variable
43 void setFont(const GDIFontInstance *font);
49 const GDIFontInstance *fCurrentFont;
57 class GDIFontInstance : public LEFontInstance, protected FontTableCache
79 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
80 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
83 virtual ~GDIFontInstance();
112 inline HFONT GDIFontInstance::getFont() const in getFont()
117 inline le_int32 GDIFontInstance::getUnitsPerEM() const in getUnitsPerEM()
122 inline le_int32 GDIFontInstance::getAscent() const in getAscent()
127 inline le_int32 GDIFontInstance::getDescent() const in getDescent()
132 inline le_int32 GDIFontInstance::getLeading() const in getLeading()
137 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
142 inline float GDIFontInstance::getXPixelsPerEm() const in getXPixelsPerEm()
147 inline float GDIFontInstance::getYPixelsPerEm() const in getYPixelsPerEm()
152 inline float GDIFontInstance::getScaleFactorX() const in getScaleFactorX()
157 inline float GDIFontInstance::getScaleFactorY() const in getScaleFactorY()