OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GDIFontMap
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/samples/layout/
GDIFontMap.cpp
16
#include "
GDIFontMap
.h"
18
GDIFontMap
::
GDIFontMap
(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
24
GDIFontMap
::~
GDIFontMap
()
29
const LEFontInstance *
GDIFontMap
::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
GDIFontMap.h
24
class
GDIFontMap
: public FontMap
27
GDIFontMap
(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
29
virtual ~
GDIFontMap
();
Completed in 25 milliseconds