谢谢卷起千堆雪tyn,我看了一下注册表,HKEY_CURRENT_USER/Software/Borland/Delphi/5.0/FormDesign/下没有DefaultFont这个键值,
我自己添加进去后,打开Delphi并新建窗体没有任何改变,还是“MS Sans Serif“为缺省字体。
我查看Graphics.pas这个单元,找到以下的内容:
var // New TFont instances are intialized with the values in this structure:
DefFontData: TFontData = (
Handle: 0;
Height: 0;
Pitch: fpDefault;
Style: [];
Charset : DEFAULT_CHARSET;
Name: 'MS Sans Serif');
修改这个缺省字体变量,保存,依然没有效果。