Searched defs:fm_fontMap (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/samples/layout/
H A Dgdiglue.h19 typedef void fm_fontMap; typedef
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);
H A Dgnomeglue.h21 typedef void fm_fontMap; typedef
31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
32 void fm_fontMapClose(fm_fontMap *fontMap);
34 le_font *le_scriptCompositeFontOpen(fm_fontMap *fontMap);

Completed in 60 milliseconds