Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2818 leency 1
//это вставить после загрузки основных библиотек
2
 
3
dword libtruetype = #att;
4
 
5
char att[23] = "/sys/lib/truetype.obj\0"; //"truetype.obj\0";
6
 
7
 
8
dword truetype   = #att_truetype;
9
dword get_length = #att_get_length;
10
dword get_width  = #att_get_width;
11
dword text_out   = #att_text_out;
12
 
13
dword am3__ = 0x0;
14
dword bm3__ = 0x0;
15
 
16
 
17
char att_truetype[10]   = "truetype\0";
18
char att_get_length[12] = "get_length\0";
19
char att_get_width[11]  = "get_width\0";
20
char att_text_out[10]   = "text_out\0";