--- np2/x11/fontmng.h 2003/11/16 16:43:45 1.2 +++ np2/x11/fontmng.h 2004/07/08 14:23:17 1.4 @@ -23,6 +23,9 @@ typedef struct { extern "C" { #endif +BOOL fontmng_init(void); +void fontmng_terminate(void); +void fontmng_setdeffontname(const TCHAR *fontface); void* fontmng_create(int size, UINT type, const TCHAR *fontface); void fontmng_destroy(void *hdl);