ladies and gentlemen, it is my extreme pleasure to you, for tonight's entertainment to present, the lua DrawText without cleartype. May you all enjoy it as much as I have.

This commit is contained in:
zeromus 2014-10-04 02:09:25 +00:00
parent 01034eb628
commit 1358294a5c
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ namespace BizHawk.Client.EmuHawk
}
var font = new Font(family, fontsize ?? 12, fstyle, GraphicsUnit.Pixel);
g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit;
g.DrawString(message, font, GetBrush(color ?? Color.White), x, y);
}
catch (Exception)