Lines Matching defs:GDIFontInstance
15 * file name: GDIFontInstance.h
32 class GDIFontInstance;
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);
81 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
83 virtual ~GDIFontInstance();
112 inline HFONT GDIFontInstance::getFont() const
117 inline le_int32 GDIFontInstance::getUnitsPerEM() const
122 inline le_int32 GDIFontInstance::getAscent() const
127 inline le_int32 GDIFontInstance::getDescent() const
132 inline le_int32 GDIFontInstance::getLeading() const
137 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const
142 inline float GDIFontInstance::getXPixelsPerEm() const
147 inline float GDIFontInstance::getYPixelsPerEm() const
152 inline float GDIFontInstance::getScaleFactorX() const
157 inline float GDIFontInstance::getScaleFactorY() const