From 037bdc1e5a892c1a41934f431222104436f15718 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 1 Apr 2017 18:44:31 -0400 Subject: title bar font --- TimeHACK.Engine/WindowManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'TimeHACK.Engine/WindowManager.cs') 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(); -- cgit v1.2.3