Diff for /np2/x11/fontmng.h between versions 1.3 and 1.4

version 1.3, 2003/12/19 16:08:01 version 1.4, 2004/07/08 14:23:17
Line 24  extern "C" { Line 24  extern "C" {
 #endif  #endif
   
 BOOL fontmng_init(void);  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);
 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);

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>