lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
730 stars 87 forks source link

Directx text is a little blurred? #10

Closed xNarkon closed 5 years ago

xNarkon commented 7 years ago

Hello I found a little problem, text in overlay using Directx is a little blurred, is there any way to fix it?

`_font = OverlayWindow.Graphics.CreateFont("Verdana", 10, true); OverlayWindow.Graphics.DrawText("Text", _font, OverlayWindow.Graphics.CreateBrush(Color.White), 10, 60);

Screen: http://screenshot.sh/odAszhlgOyu7f

On every font size it's just a little blurred even with Arial, Tahoma etc fonts. the problem must be somewhere else. `

lolp1 commented 5 years ago

I am unsure of a way to fix this issue and have no way to reproduce it and do not intend to fix it personally, sorry about that. If anyone decides to figure it out or you do make a pull request please :-)