Subversion Repositories Kolibri OS

Rev

Rev 9558 | Rev 9810 | 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
 
9620 turbocat 4
#include 
8796 turbocat 5
 
9620 turbocat 6
int kolibri_rasterworks_init(void);
8796 turbocat 7
 
9620 turbocat 8
extern void __stdcall (*drawText)(void *canvas, int x, int y, const char *string, int charQuantity, int fontColor, int params);
9
extern int  __stdcall (*countUTF8Z)(const char *string, int byteQuantity) __asm__("cntUTF-8");
10
extern int  __stdcall (*charsFit)(int areaWidth, int charHeight);
11
extern int  __stdcall (*strWidth)(int charQuantity, int charHeight);
12
 
13
#endif /* KOLIBRI_RASTERWORKS_H */