Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7767 → Rev 7768

/programs/cmm/kf_font_viewer/font_viewer.c
80,7 → 80,9
for (i=10, y=12; i<22; i++, y+=kfont.height+3;) //not flexible, need to calculate font count and max line length
{
if (colored.checked) c = pal[i-10]; else c=0;
sprintf(#line," §¬¥à èà¨äâ /size font %d ¯¨ªá¥«¥©.",i);
strcpy(#line, " §¬¥à èà¨äâ /forn size is ");
strcat(#line, itoa(i));
strcat(#line, " ¯¨ªá¥«¥©/px.");
kfont.WriteIntoBuffer(14,y,Form.cwidth,Form.cheight-PANELH, 0xFFFFFF, c, i, #line);
}
if (kfont.smooth) kfont.ApplySmooth();