Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 5520 → Rev 5519

/programs/cmm/experimental/ttf_performance/compile.bat
File deleted
\ No newline at end of file
/programs/cmm/experimental/ttf_performance/ttf_performance.c
File deleted
/programs/cmm/experimental/ttf_performance
Property changes:
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/cmm/experimental/easyshot/compile_en.bat
File deleted
/programs/cmm/experimental/easyshot/easyshot.c
File deleted
/programs/cmm/experimental/easyshot/compile_ru.bat
File deleted
/programs/cmm/experimental/easyshot
Property changes:
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/cmm/experimental
Property changes:
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/cmm/lib/obj/truetype.h
1,6 → 1,7
// Truetype library
char fontinfo[28];
 
dword libtruetype = #att_libtruetype;
char att_libtruetype[22] = "/sys/lib/truetype.obj\0";
dword truetype = #att_truetype; // truetype(unsigned char *s, stbtt_fontinfo *buffer, char *screen1, int width, int height)
9,6 → 10,7
dword text_out = #att_text_out; // text_out(unsigned char *string, char *buffer, int height, int color,int back_color, int x, int y)
dword init_font = #att_init_font; // init_font(stbtt_fontinfo *font,unsigned char *FontData)
dword text_out_mem = #att_text_out_mem; // text_out_mem(unsigned char *string, stbtt_fontinfo *buffer, int height, int color,int back_color)
dword text_scale_EM = #att_text_scale; // scale_EM(stbtt_fontinfo *buffer, int size)
$DD 2 dup 0
char att_truetype[] = "truetype";
15,14 → 17,13
char att_get_length[] = "get_length";
char att_get_width[] = "get_width";
char att_text_out[] = "text_out";
char att_init_font[] = "init_font";
char att_text_out_mem[] = "text_out_mem";
char att_init_font[] = "init_font";
char att_text_scale[] = "scale_EM";
 
//============================================================
//============================================================
 
char fontinfo[28];
 
struct stbtt_fontinfo
{
dword userdata;
/programs/cmm/liza/liza.c
87,7 → 87,7
dword panel_color;
dword border_color;
 
progress_bar wv_progress_bar = {0, 10, 83, 150, 12, 0, 0, 100, 0xeeeEEE, 8072B7EBh, 0x9F9F9F};
progress_bar progress_bar = {0, 10, 83, 150, 12, 0, 0, 100, 0xeeeEEE, 8072B7EBh, 0x9F9F9F};
 
int http_transfer;
char version[]=" WebView 0.1";