D
Don
I have a vb.net application that I've been working on for many months
and I recently noticed that fonts are no longer appearing antialiased
when the app is running. The text looks nice and smooth when I look
at all the forms and UI components in the IDE at runtime, but when the
program is running, all the text turns blocky. This holds true both
for built-in controls (e.g. Label) and custom controls which use
Graphics.DrawString (with the appropriate TextRenderingHint set) to
draw text. Everything used to draw just fine for a long time, then,
sometime in the recent past it just stopped.
I can't imagine what change I may have made to the code to somehow
"turn off" font smoothing in the one application alone only when it's
executing. Has anyone come across something like this before? Anyone
know what the heck is going on? Could a recent Microsoft Update maybe
wrecked things?
- Don
and I recently noticed that fonts are no longer appearing antialiased
when the app is running. The text looks nice and smooth when I look
at all the forms and UI components in the IDE at runtime, but when the
program is running, all the text turns blocky. This holds true both
for built-in controls (e.g. Label) and custom controls which use
Graphics.DrawString (with the appropriate TextRenderingHint set) to
draw text. Everything used to draw just fine for a long time, then,
sometime in the recent past it just stopped.
I can't imagine what change I may have made to the code to somehow
"turn off" font smoothing in the one application alone only when it's
executing. Has anyone come across something like this before? Anyone
know what the heck is going on? Could a recent Microsoft Update maybe
wrecked things?
- Don