]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/GDIFontMap.h
2 ******************************************************************************
3 * Copyright (C) 1998-2003, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 ******************************************************************************
13 #include "unicode/uscript.h"
15 #include "layout/LETypes.h"
16 #include "layout/LEFontInstance.h"
19 #include "GUISupport.h"
20 #include "GDIFontInstance.h"
22 #define BUFFER_SIZE 128
24 class GDIFontMap
: public FontMap
27 GDIFontMap(GDISurface
*surface
, const char *fileName
, le_int16 pointSize
, GUISupport
*guiSupport
, LEErrorCode
&status
);
29 virtual ~GDIFontMap();
32 virtual const LEFontInstance
*openFont(const char *fontName
, le_int16 pointSize
, LEErrorCode
&status
);