HomeSort by relevance Sort by last modified time
    Searched defs:GDIFontInstance (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 14 * file name: GDIFontInstance.cpp
26 #include "GDIFontInstance.h"
47 void GDISurface::setFont(const GDIFontInstance *font)
87 setFont((GDIFontInstance *) font);
110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
307 GDIFontInstance::~GDIFontInstance()
    [all...]
GDIFontInstance.h 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() cons
    [all...]

Completed in 598 milliseconds