2

I have a project the put random quotes on desktop wallpapers, you can position them, top or bottom. Anyhow, the text works great when using DrawText, but since it is required to have a custom alignment, LEFT, CENTER, or RIGHT.. I moved to using TextRenderer.

below is the screen shot, and if you notice, there is a transparent horizontal box along the screen with text. enter image description here but since Stackoverflow is crashing everytime I upload a HiRes image, I just resized it and just show this to you
enter image description here
notice the black shadows around the characters? How do I get rid of that?

-----------------
solved by adding

g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
Jayson Ragasa
  • 1,011
  • 4
  • 19
  • 33

0 Answers0