diff options
| author | lempamo <[email protected]> | 2017-03-25 20:14:13 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-25 20:14:13 -0400 |
| commit | b4f774d561877ec697a8228297c4a9d406c92485 (patch) | |
| tree | 8ce345cee8dd94fbead00d1c37f60f293f5781ed /TimeHACK.Main/TitleScreen.cs | |
| parent | f7b024c4b804ce64a00e62cb2655ae9c10bbd567 (diff) | |
| download | histacom2-b4f774d561877ec697a8228297c4a9d406c92485.tar.gz histacom2-b4f774d561877ec697a8228297c4a9d406c92485.tar.bz2 histacom2-b4f774d561877ec697a8228297c4a9d406c92485.zip | |
completely added the font in
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index 8b9d0b4..a50a1a4 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -8,7 +8,7 @@ namespace TimeHACK { public partial class TitleScreen : Form { - System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection(); + public static System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection(); public TitleScreen() { |
