aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-01 18:44:31 -0400
committerlempamo <[email protected]>2017-04-01 18:44:31 -0400
commit037bdc1e5a892c1a41934f431222104436f15718 (patch)
treebb19eb6beb7bb9f71be483e4978d53ae63a39cdf /TimeHACK.Engine/WindowManager.cs
parentddb713407859352c35fa3a9644aedcafbd8584c4 (diff)
downloadhistacom2-037bdc1e5a892c1a41934f431222104436f15718.tar.gz
histacom2-037bdc1e5a892c1a41934f431222104436f15718.tar.bz2
histacom2-037bdc1e5a892c1a41934f431222104436f15718.zip
title bar font
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index fb6090f..be73ab2 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -22,6 +22,7 @@ namespace TimeHACK.Engine
pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf");
Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
app.fnt = fnt;
+ app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0)));
// Setup UC
content.Parent = app.programContent;
content.BringToFront();