]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/gdiglue.h
3 * © 2016 and later: Unicode, Inc. and others.
4 * License & terms of use: http://www.unicode.org/copyright.html#License
6 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
15 #include "unicode/utypes.h"
22 typedef void fm_fontMap
;
26 gs_guiSupport
*gs_gdiGuiSupportOpen();
27 void gs_gdiGuiSupportClose(gs_guiSupport
*guiSupport
);
29 rs_surface
*rs_gdiRenderingSurfaceOpen(HDC hdc
);
30 void rs_gdiRenderingSurfaceSetHDC(rs_surface
*surface
, HDC hdc
);
31 void rs_gdiRenderingSurfaceClose(rs_surface
*surface
);
33 fm_fontMap
*fm_gdiFontMapOpen(rs_surface
*surface
, const char *fileName
, le_int16 pointSize
, gs_guiSupport
*guiSupport
, LEErrorCode
*status
);
34 void fm_fontMapClose(fm_fontMap
*fontMap
);
36 le_font
*le_scriptCompositeFontOpen(fm_fontMap
*fontMap
);
37 void le_fontClose(le_font
*font
);