From 3fe1872f5f81f8203e57cbba2dca6ce833f08f22 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 19 Jul 2017 13:06:39 -0400 Subject: hmmmm whatever it kinda works --- ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs') diff --git a/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs b/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs index e2b93fe..68026ef 100644 --- a/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs +++ b/ShiftOS.Frontend/GraphicsSubsystem/GraphicsContext.cs @@ -159,7 +159,7 @@ namespace ShiftOS.Frontend.GraphicsSubsystem { var sFormat = System.Drawing.StringFormat.GenericTypographic; sFormat.FormatFlags |= System.Drawing.StringFormatFlags.NoClip; - + sFormat.FormatFlags |= System.Drawing.StringFormatFlags.DisplayFormatControl; gfx.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit; gfx.DrawString(text, font, System.Drawing.Brushes.White, new System.Drawing.RectangleF(0, 0, bmp.Width, bmp.Height), sFormat); -- cgit v1.2.3