Вверх ↑
Ответов: 16884
Рейтинг: 1239
#1: 2009-12-12 14:03:10 ЛС | профиль | цитата
nesco, а не задавался вопросом, почему в новом коле Кладов перешел на другой фонт ?
Старый кол

#pas
//[DefFont VARIABLE]
var // New TFont instances are intialized with the values in this structure:
DefFont: TGDIFont = (
Height: 0;
Width: 0;
Escapement: 0;
Orientation: 0;
Weight: 0;
Italic: FALSE;
Underline: FALSE;
StrikeOut: FALSE;
CharSet: 1;
OutPrecision: 0;
ClipPrecision: 0;
Quality: fqDefault;
Pitch: fpDefault;
Name: 'MS Sans Serif';
);

Новый

#pas
//[DefFont VARIABLE]
var // New TFont instances are intialized with the values in this structure:
DefFont: TGDIFont = (
Height: 0;
Width: 0;
Escapement: 0;
Orientation: 0;
Weight: 0;
Italic: FALSE;
Underline: FALSE;
StrikeOut: FALSE;
CharSet: 1;
OutPrecision: 0;
ClipPrecision: 0;
Quality: fqDefault;
Pitch: fpDefault;
{$IFDEF UNICODE_CTRLS}
Name: ( 'T', 'a', 'h', 'o', 'm', 'a',
#0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0, #0,
#0, #0, #0, #0, #0, #0, #0, #0, #0 );
{$ELSE}
Name: 'System';
{$ENDIF}
);

карма: 25
Немного терпения! Дежурный экстрасенс скоро свяжется с Вами!
0