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