Subversion Repositories Kolibri OS

Rev

Rev 9811 | 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
 
9812 Coldy 6
DLLAPI void __stdcall drawText(void *canvas, int x, int y, const char *string, int charQuantity, int fontColor, int params);
7
DLLAPI int  __stdcall countUTF8Z(const char *string, int byteQuantity) __asm__("cntUTF-8");
8
DLLAPI int  __stdcall charsFit(int areaWidth, int charHeight);
9
DLLAPI int  __stdcall strWidth(int charQuantity, int charHeight);
8796 turbocat 10
 
9620 turbocat 11
#endif /* KOLIBRI_RASTERWORKS_H */