Working on font change

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@50 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-14 18:48:11 +00:00
parent d72b81653f
commit 37e661e14e

View File

@ -375,7 +375,7 @@ namespace Nikse.SubtitleEdit.Logic
var gs = Configuration.Settings.General;
if (string.IsNullOrEmpty(gs.SubtitleFontName))
gs.SubtitleFontName = "Microsoft Sans Serif";
gs.SubtitleFontName = "Tahoma";
if (gs.SubtitleFontBold)
control.Font = new System.Drawing.Font(gs.SubtitleFontName, gs.SubtitleFontSize, System.Drawing.FontStyle.Bold);