Revision: 8291 https://osdn.net/projects/ttssh2/scm/svn/commits/8291 Author: yutakapon Date: 2019-10-11 23:03:25 +0900 (Fri, 11 Oct 2019) Log Message: ----------- インストーラーで設定するデフォルトフォント(VTFont)を(仮で)クーリエに変更した。 Modified Paths: -------------- branches/unicode_buf/installer/teraterm.iss -------------- next part -------------- Modified: branches/unicode_buf/installer/teraterm.iss =================================================================== --- branches/unicode_buf/installer/teraterm.iss 2019-10-11 12:04:06 UTC (rev 8290) +++ branches/unicode_buf/installer/teraterm.iss 2019-10-11 14:03:25 UTC (rev 8291) @@ -540,7 +540,7 @@ if Length(Language) = 0 then SetIniString('Tera Term', 'Language', 'UTF-8', iniFile); if Length(VTFont) = 0 then - SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile); + SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile); if Length(TEKFont) = 0 then SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile); end; @@ -553,7 +553,7 @@ if CodePage = 0 then SetIniInt('Tera Term', 'CodePage', 932, iniFile); if Length(VTFont) = 0 then - SetIniString('Tera Term', 'VTFont', 'Terminal,0,-19,128', iniFile); + SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile); if Length(TEKFont) = 0 then SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,128', iniFile); end; @@ -566,7 +566,7 @@ if CodePage = 0 then SetIniInt('Tera Term', 'CodePage', 949, iniFile); if Length(VTFont) = 0 then - SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile); + SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile); if Length(TEKFont) = 0 then SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile); end; @@ -579,7 +579,7 @@ if CodePage = 0 then SetIniInt('Tera Term', 'CodePage', 1251, iniFile); if Length(VTFont) = 0 then - SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile); + SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile); if Length(TEKFont) = 0 then SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile); end; @@ -607,7 +607,7 @@ end; if Length(VTFont) = 0 then - SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile); + SetIniString('Tera Term', 'VTFont', 'Courier New,0,-16,0', iniFile); if Length(TEKFont) = 0 then SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile); end;