diff options
| author | lempamo <[email protected]> | 2017-04-01 18:44:31 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-01 18:44:31 -0400 |
| commit | 037bdc1e5a892c1a41934f431222104436f15718 (patch) | |
| tree | bb19eb6beb7bb9f71be483e4978d53ae63a39cdf /TimeHACK.Engine/WindowManager.cs | |
| parent | ddb713407859352c35fa3a9644aedcafbd8584c4 (diff) | |
| download | histacom2-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.cs | 1 |
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(); |
