Subversion Repositories Kolibri OS

Rev

Rev 9552 | Rev 9620 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8796 turbocat 1
#ifndef KOLIBRI_RASTERWORKS_H
2
#define KOLIBRI_RASTERWORKS_H
3
 
9558 turbocat 4
//extern int kolibri_rasterworks_init(void);
8796 turbocat 5
 
9558 turbocat 6
extern void (*drawText __attribute__((__stdcall__)))(void *canvas, int x, int y, const char *string, int charQuantity, int fontColor, int params);
7
extern int (*countUTF8Z __attribute__((__stdcall__)))(const char *string, int byteQuantity);
8
extern int (*charsFit __attribute__((__stdcall__)))(int areaWidth, int charHeight);
9
extern int (*strWidth __attribute__((__stdcall__)))(int charQuantity, int charHeight);
8796 turbocat 10
 
9558 turbocat 11
#endif /* KOLIBRI_RASTERWORKS_H */