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:
parent
01034eb628
commit
1358294a5c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue