|
|
| version 1.2, 2003/11/16 16:43:45 | version 1.3, 2003/12/19 16:08:01 |
|---|---|
| Line 23 typedef struct { | Line 23 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| BOOL fontmng_init(void); | |
| 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); |
| void fontmng_terminate(void); | |
| BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt); | BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt); |
| BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); | BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); |