OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDIFontMap
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/samples/layout/
GDIFontMap.h
28
class
GDIFontMap
: public FontMap
31
GDIFontMap
(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
33
virtual ~
GDIFontMap
();
GDIFontMap.cpp
20
#include "
GDIFontMap
.h"
22
GDIFontMap
::
GDIFontMap
(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
28
GDIFontMap
::~
GDIFontMap
()
33
const LEFontInstance *
GDIFontMap
::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
gdiglue.cpp
22
#include "
GDIFontMap
.h"
61
return (fm_fontMap *) new
GDIFontMap
((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
66
GDIFontMap
*fm = (
GDIFontMap
*) fontMap;
layout.cpp
26
#include "
GDIFontMap
.h"
128
static
GDIFontMap
*fontMap = NULL;
141
fontMap = new
GDIFontMap
(surface, "FontMap.GDI", 24, guiSupport, fontStatus);
Completed in 131 milliseconds