Replies: 1 comment 4 replies
-
I think you're mixing AntiAliasing with Hinting. Antialias is turned on by default. Hinting is turned off by default (because it's experimental) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One major feature that's present in System.Drawing but missing in ImageSharp is rendering text with antialiasing. I have some code on my web site for rendering county route shields that looks like this:
Due to the small 3-point font size, this leads to the text appearing pixelated as in the attached image. I did not have this issue with System.Drawing when I enabled ClearType, but as far as I can tell, there's no equivalent in ImageSharp as the moment.
Beta Was this translation helpful? Give feedback.
All reactions