DrawString with extra spaces
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way in gdi+ to set text kerning? I tried using SetTextCharacterExtra with current graphics HDC, but it seems to work randomly. For example with arial font it works up to size 13 (with extra spacing set to 20) Once I try to draw with size 14 it just ignores the setting. Is there some limitation to that function, or is there any other I can use? Thanks.