From 4f2106a740a7c6542df5d5e14d37aa9db46583fd Mon Sep 17 00:00:00 2001 From: niksedk Date: Thu, 14 Oct 2010 18:48:48 +0000 Subject: [PATCH] Working on font change git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@51 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- src/Logic/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Logic/Settings.cs b/src/Logic/Settings.cs index 508c8c986..4379fcf06 100644 --- a/src/Logic/Settings.cs +++ b/src/Logic/Settings.cs @@ -80,7 +80,7 @@ namespace Nikse.SubtitleEdit.Logic public SsaStyleSettings() { - FontName = "Microsoft Sans Serif"; + FontName = "Tahoma"; FontSize = 18; FontColorArgb = System.Drawing.Color.FromArgb(255, 255, 255).ToArgb(); } @@ -217,7 +217,7 @@ namespace Nikse.SubtitleEdit.Logic ShowWaveForm = false; ShowFrameRate = false; DefaultFrameRate = 23.976; - SubtitleFontName = "Microsoft Sans Serif"; + SubtitleFontName = "Tahoma"; if (Environment.OSVersion.Version.Major < 6) // 6 == Vista/Win2008Server/Win7 SubtitleFontName = "Lucida Sans Unicode";