|
|
| version 1.1.1.1, 2003/10/16 17:59:19 | version 1.2, 2005/03/20 08:58:20 |
|---|---|
| Line 24 extern "C" { | Line 24 extern "C" { |
| 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); |
| BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt); | BRESULT fontmng_getsize(void *hdl, const TCHAR *string, POINT_T *pt); |
| BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); | BRESULT fontmng_getdrawsize(void *hdl, const TCHAR *string, POINT_T *pt); |
| FNTDAT fontmng_get(void *hdl, const char *string); | FNTDAT fontmng_get(void *hdl, const TCHAR *string); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |