Revision: 8272 https://osdn.net/projects/ttssh2/scm/svn/commits/8272 Author: yutakapon Date: 2019-10-07 22:33:14 +0900 (Mon, 07 Oct 2019) Log Message: ----------- デフォルトフォント(VTFont)を(仮で)クーリエに変更した。 Modified Paths: -------------- branches/unicode_buf/doc/en/html/setup/teraterm-ini.html branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html branches/unicode_buf/installer/setini.pl branches/unicode_buf/teraterm/ttpset/ttset.c -------------- next part -------------- Modified: branches/unicode_buf/doc/en/html/setup/teraterm-ini.html =================================================================== --- branches/unicode_buf/doc/en/html/setup/teraterm-ini.html 2019-10-07 13:27:31 UTC (rev 8271) +++ branches/unicode_buf/doc/en/html/setup/teraterm-ini.html 2019-10-07 13:33:14 UTC (rev 8272) @@ -1402,7 +1402,7 @@ <tr> <td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td> <td style="width:250px;">*</td> - <td style="width:250px;">Terminal,0,-13,1</td> + <td style="width:250px;">Courier New,0,-16,0</td> <td>* by the installer</td> </tr> <tr> Modified: branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html =================================================================== --- branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html 2019-10-07 13:27:31 UTC (rev 8271) +++ branches/unicode_buf/doc/ja/html/setup/teraterm-ini.html 2019-10-07 13:33:14 UTC (rev 8272) @@ -1408,7 +1408,7 @@ <tr> <td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td> <td style="width:250px;">\x81\xA6</td> - <td style="width:250px;">Terminal,0,-13,1</td> + <td style="width:250px;">Courier New,0,-16,0</td> <td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td> </tr> <tr> Modified: branches/unicode_buf/installer/setini.pl =================================================================== --- branches/unicode_buf/installer/setini.pl 2019-10-07 13:27:31 UTC (rev 8271) +++ branches/unicode_buf/installer/setini.pl 2019-10-07 13:33:14 UTC (rev 8272) @@ -5,7 +5,7 @@ s/^(Language\s*=).*$/$1Japanese/; s/^(Locale\s*=).*$/$1japanese/; s/^(CodePage\s*=).*$/${1}932/; - s/^(VTFont\s*=).*$/$1Terminal,0,-19,128/; + s/^(VTFont\s*=).*$/$1Courier New,0,-16,0/; s/^(TEKFont\s*=).*$/$1Terminal,0,8,128/; s/^(TCPPort\s*=).*$/${1}22/; print; Modified: branches/unicode_buf/teraterm/ttpset/ttset.c =================================================================== --- branches/unicode_buf/teraterm/ttpset/ttset.c 2019-10-07 13:27:31 UTC (rev 8271) +++ branches/unicode_buf/teraterm/ttpset/ttset.c 2019-10-07 13:33:14 UTC (rev 8272) @@ -1110,7 +1110,7 @@ ts->TEKColorEmu = GetOnOff(Section, "TEKColorEmulation", FName, FALSE); /* VT Font */ - ReadFont(Section, "VTFont", "Terminal,0,-13,1", FName, + ReadFont(Section, "VTFont", "Courier New,0,-16,0", FName, ts->VTFont, _countof(ts->VTFont), &ts->VTFontSize, &(ts->VTFontCharSet));