diff options
| author | lempamo <[email protected]> | 2017-04-01 18:29:26 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-01 18:29:26 -0400 |
| commit | ddb713407859352c35fa3a9644aedcafbd8584c4 (patch) | |
| tree | d180479b188d69c4f2d1775795e25504bf1bbaf4 /TimeHACK.Main/TitleScreen.cs | |
| parent | d0b92c3e07c87a63aac29c647bbfd7c78d5f1a50 (diff) | |
| download | histacom2-ddb713407859352c35fa3a9644aedcafbd8584c4.tar.gz histacom2-ddb713407859352c35fa3a9644aedcafbd8584c4.tar.bz2 histacom2-ddb713407859352c35fa3a9644aedcafbd8584c4.zip | |
fixed font
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index 4cd9043..38086b9 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -47,6 +47,7 @@ namespace TimeHACK // Initialize Font pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf"); + gameversion.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, (0)); // Start the VM Mode timer vmModeTimer.Start(); |
