--- np2/sdl/fontmng.h 2003/11/21 06:51:12 1.1 +++ np2/sdl/fontmng.h 2005/02/13 05:31:26 1.2 @@ -25,8 +25,8 @@ extern "C" { void *fontmng_create(int size, UINT type, const char *fontface); void fontmng_destroy(void *hdl); -BOOL fontmng_getsize(void *hdl, const char *string, POINT_T *pt); -BOOL fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); +BRESULT fontmng_getsize(void *hdl, const char *string, POINT_T *pt); +BRESULT fontmng_getdrawsize(void *hdl, const char *string, POINT_T *pt); FNTDAT fontmng_get(void *hdl, const char *string);