Change from GDI+ to ImageSharp, distance between characters different #66
Unanswered
alexprakti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to change from GDI+ to ImageSharp but the distance between the characters is different.

The red text is drawn with ImageSharp and the black text is drawn with GDI+. Both are using the same font (Arial) and size (25) at a resulution of 200dpi.
I am wondering why this is happening and if there is any way to fix this.
GDI+ Code:
ImageSharp Code:
Beta Was this translation helpful? Give feedback.
All reactions