]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/gnomeglue.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 FT_FREETYPE_H
17 #include "unicode/utypes.h"
24 typedef void fm_fontMap
;
28 gs_guiSupport
*gs_gnomeGuiSupportOpen();
29 void gs_gnomeGuiSupportClose(gs_guiSupport
*guiSupport
);
31 rs_surface
*rs_gnomeRenderingSurfaceOpen(GtkWidget
*theWidget
);
32 void rs_gnomeRenderingSurfaceClose(rs_surface
*surface
);
34 fm_fontMap
*fm_gnomeFontMapOpen(FT_Library engine
, const char *fileName
, le_int16 pointSize
, gs_guiSupport
*guiSupport
, LEErrorCode
*status
);
35 void fm_fontMapClose(fm_fontMap
*fontMap
);
37 le_font
*le_scriptCompositeFontOpen(fm_fontMap
*fontMap
);
38 void le_fontClose(le_font
*font
);