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/icu4c/samples/layout/
GDIFontMap.h
24
class
GDIFontMap
: public FontMap
27
GDIFontMap
(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
29
virtual ~
GDIFontMap
();
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)
gdiglue.cpp
19
#include "
GDIFontMap
.h"
58
return (fm_fontMap *) new
GDIFontMap
((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
63
GDIFontMap
*fm = (
GDIFontMap
*) fontMap;
layout.cpp
20
#include "
GDIFontMap
.h"
122
static
GDIFontMap
*fontMap = NULL;
135
fontMap = new
GDIFontMap
(surface, "FontMap.GDI", 24, guiSupport, fontStatus);
Completed in 47 milliseconds