|
|
| version 1.2, 2003/11/16 16:43:45 | version 1.4, 2004/07/08 14:23:17 |
|---|---|
| Line 23 typedef struct { | Line 23 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #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_create(int size, UINT type, const TCHAR *fontface); |
| void fontmng_destroy(void *hdl); | void fontmng_destroy(void *hdl); |