bootlogo creator now works correctly

This commit is contained in:
NicoAICP 2020-06-13 22:07:32 +02:00
parent 83719f9f34
commit b607b9241e

View file

@ -84,7 +84,7 @@ namespace UWUVCI_AIO_WPF.Classes
g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
g.Clear(System.Drawing.Color.FromArgb(30, 30, 30));
g.DrawImage(Frame, 0, 0, 170, 42);
Rectangle rectangletxt = new Rectangle(12, 7, 152, 30);
Rectangle rectangletxt = new Rectangle(12, 5, 152, 32);
System.Drawing.Text.PrivateFontCollection privateFonts = new System.Drawing.Text.PrivateFontCollection();
privateFonts.AddFontFile(@"bin\Tools\font2.ttf");