mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2025-02-17 02:58:24 +00:00
bootlogo creator now works correctly
This commit is contained in:
parent
83719f9f34
commit
b607b9241e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue