mirror of
https://github.com/XorTroll/EveryFileExplorer.git
synced 2024-12-02 15:46:18 +00:00
Small Font Drawing Fix
This commit is contained in:
parent
744b3f1b2b
commit
514e62b768
@ -57,8 +57,9 @@ namespace LibEveryFileExplorer.GFX
|
||||
Height += (int)(LineHeight * Settings.YScale) + Settings.LineSpacing;
|
||||
}
|
||||
while (linestart != -1);
|
||||
Height -= Settings.LineSpacing;
|
||||
if (Width == 0 || Height == 0) return null;
|
||||
Height -= Settings.LineSpacing;
|
||||
Width += 2;
|
||||
Bitmap b = new Bitmap(Width, Height);
|
||||
using (Graphics g = Graphics.FromImage(b))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user