Subversion Repositories Kolibri OS

Rev

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

  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";