HomeSort by relevance Sort by last modified time
    Searched defs:fm_fontMap (Results 1 - 2 of 2) sorted by null

  /external/icu4c/samples/layout/
gdiglue.h 19 typedef void fm_fontMap;
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);
gnomeglue.h 21 typedef void fm_fontMap;
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 24 milliseconds