Home | History | Annotate | Download | only in layout

Lines Matching refs:GDIFontInstance

8  *   file name:  GDIFontInstance.cpp
20 #include "GDIFontInstance.h"
41 void GDISurface::setFont(const GDIFontInstance *font)
81 setFont((GDIFontInstance *) font);
104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
301 GDIFontInstance::~GDIFontInstance()
317 LEErrorCode GDIFontInstance::initMapper()
335 const void *GDIFontInstance::getFontTable(LETag tableTag) const
340 const void *GDIFontInstance::readFontTable(LETag tableTag) const
357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const