mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Working on font change
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@50 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
d72b81653f
commit
37e661e14e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user