kolibrios/programs/network/htmlv/lib/ttf_fonts.h
Kirill Lipatov (Leency) ec6526f177 HTMLv 0.94c - regressions and bugs fixed
git-svn-id: svn://kolibrios.org@2818 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-22 11:38:38 +00:00

20 lines
503 B
C

//ýòî âñòàâèòü ïîñëå çàãðóçêè îñíîâíûõ áèáëèîòåê
dword libtruetype = #att;
char att[23] = "/sys/lib/truetype.obj\0"; //"truetype.obj\0";
dword truetype = #att_truetype;
dword get_length = #att_get_length;
dword get_width = #att_get_width;
dword text_out = #att_text_out;
dword am3__ = 0x0;
dword bm3__ = 0x0;
char att_truetype[10] = "truetype\0";
char att_get_length[12] = "get_length\0";
char att_get_width[11] = "get_width\0";
char att_text_out[10] = "text_out\0";