Home | History | Annotate | Download | only in layout

Lines Matching refs:GDIFontInstance

9  *   file name:  GDIFontInstance.h
26 class GDIFontInstance;
37 void setFont(const GDIFontInstance *font);
43 const GDIFontInstance *fCurrentFont;
51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
77 virtual ~GDIFontInstance();
106 inline HFONT GDIFontInstance::getFont() const
111 inline le_int32 GDIFontInstance::getUnitsPerEM() const
116 inline le_int32 GDIFontInstance::getAscent() const
121 inline le_int32 GDIFontInstance::getDescent() const
126 inline le_int32 GDIFontInstance::getLeading() const
131 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const
136 inline float GDIFontInstance::getXPixelsPerEm() const
141 inline float GDIFontInstance::getYPixelsPerEm() const
146 inline float GDIFontInstance::getScaleFactorX() const
151 inline float GDIFontInstance::getScaleFactorY() const