Subversion Repositories Kolibri OS

Rev

Rev 9620 | Rev 9811 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9620 Rev 9810
Line 1... Line 1...
1
#ifndef KOLIBRI_RASTERWORKS_H
1
#ifndef KOLIBRI_RASTERWORKS_H
2
#define KOLIBRI_RASTERWORKS_H
2
#define KOLIBRI_RASTERWORKS_H
Line 3... Line 3...
3
 
3
 
Line 4... Line -...
4
#include 
-
 
5
 
-
 
6
int kolibri_rasterworks_init(void);
4
#include 
7
 
5
 
8
extern void __stdcall (*drawText)(void *canvas, int x, int y, const char *string, int charQuantity, int fontColor, int params);
6
DLLAPI 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");
7
DLLAPI int  __stdcall countUTF8Z(const char *string, int byteQuantity) __asm__("cntUTF-8");
Line 10... Line 8...
10
extern int  __stdcall (*charsFit)(int areaWidth, int charHeight);
8
DLLAPI int  __stdcall charsFit(int areaWidth, int charHeight);
11
extern int  __stdcall (*strWidth)(int charQuantity, int charHeight);
9
DLLAPI int  __stdcall strWidth(int charQuantity, int charHeight);