]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/gdiglue.h
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
12 #include "unicode/utypes.h"
19 typedef void fm_fontMap
;
23 gs_guiSupport
*gs_gdiGuiSupportOpen();
24 void gs_gdiGuiSupportClose(gs_guiSupport
*guiSupport
);
26 rs_surface
*rs_gdiRenderingSurfaceOpen(HDC hdc
);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface
*surface
, HDC hdc
);
28 void rs_gdiRenderingSurfaceClose(rs_surface
*surface
);
30 fm_fontMap
*fm_gdiFontMapOpen(rs_surface
*surface
, const char *fileName
, le_int16 pointSize
, gs_guiSupport
*guiSupport
, LEErrorCode
*status
);
31 void fm_fontMapClose(fm_fontMap
*fontMap
);
33 le_font
*le_scriptCompositeFontOpen(fm_fontMap
*fontMap
);
34 void le_fontClose(le_font
*font
);