diff options
| author | lempamo <[email protected]> | 2017-04-09 12:31:17 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-09 12:31:17 -0400 |
| commit | a428bf2117d61d92e41e48454601a4e788847e9e (patch) | |
| tree | 62405a2d557438b2295606fb7a3eff79cd845bf3 /TimeHACK.Engine/WindowManager.cs | |
| parent | 95ec012bea09453f75d3cc59791de6e52661d65f (diff) | |
| download | histacom2-a428bf2117d61d92e41e48454601a4e788847e9e.tar.gz histacom2-a428bf2117d61d92e41e48454601a4e788847e9e.tar.bz2 histacom2-a428bf2117d61d92e41e48454601a4e788847e9e.zip | |
gave proper font to ie4
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 65a0ec5..d0a95c0 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -20,7 +20,7 @@ namespace TimeHACK.Engine app.Height = content.Height + 26; // Initialize Font pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf"); - Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0))); + Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); app.fnt = fnt; app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0))); // Setup UC |
