Working on font change

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

View File

@ -80,7 +80,7 @@ namespace Nikse.SubtitleEdit.Logic
public SsaStyleSettings() public SsaStyleSettings()
{ {
FontName = "Microsoft Sans Serif"; FontName = "Tahoma";
FontSize = 18; FontSize = 18;
FontColorArgb = System.Drawing.Color.FromArgb(255, 255, 255).ToArgb(); FontColorArgb = System.Drawing.Color.FromArgb(255, 255, 255).ToArgb();
} }
@ -217,7 +217,7 @@ namespace Nikse.SubtitleEdit.Logic
ShowWaveForm = false; ShowWaveForm = false;
ShowFrameRate = false; ShowFrameRate = false;
DefaultFrameRate = 23.976; DefaultFrameRate = 23.976;
SubtitleFontName = "Microsoft Sans Serif"; SubtitleFontName = "Tahoma";
if (Environment.OSVersion.Version.Major < 6) // 6 == Vista/Win2008Server/Win7 if (Environment.OSVersion.Version.Major < 6) // 6 == Vista/Win2008Server/Win7
SubtitleFontName = "Lucida Sans Unicode"; SubtitleFontName = "Lucida Sans Unicode";