Subversion Repositories Kolibri OS

Rev

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

Rev 3003 Rev 3028
Line 1... Line 1...
1
//ýòî âñòàâèòü ïîñëå çàãðóçêè îñíîâíûõ áèáëèîòåê
1
//ýòî âñòàâèòü ïîñëå çàãðóçêè îñíîâíûõ áèáëèîòåê
Line -... Line 2...
-
 
2
 
-
 
3
char fontinfo[28]; 
2
 
4
 
Line 3... Line 5...
3
dword libtruetype = #att;
5
dword libtruetype = #att;
Line 4... Line 6...
4
 
6
 
5
char att[] = "/sys/lib/truetype.obj"; //"truetype.obj\0";
7
char att[] = "/sys/lib/truetype.obj"; //"truetype.obj\0";
6
 
8
 
7
dword truetype = #att_truetype;
9
dword truetype = #att_truetype;
-
 
10
dword get_length = #att_get_length;
Line 8... Line 11...
8
dword get_length = #att_get_length;
11
dword get_width  = #att_get_width;
9
dword get_width  = #att_get_width;
12
dword text_out = #att_text_out;
Line 10... Line 13...
10
dword text_out = #att_text_out;
13
dword init_font = #att_init_font; 
Line 11... Line 14...
11
 
14
 
12
dword am3__ = 0x0; 
15
dword am3__ = 0x0; 
13
dword bm3__ = 0x0;
16
dword bm3__ = 0x0;
14
 
17
 
-
 
18
//import  libimg                     , \ 
Line 15... Line 19...
15
//import  libimg                     , \ 
19
 
Line 16... Line 20...
16
 
20
char att_truetype[] = "truetype";
17
char att_truetype[] = "truetype";
21
char att_get_length[] = "get_length";