Replies: 1 comment
-
I found this: SixLabors/ImageSharp.Drawing#36 And realized it is probably because .Fill is not setting the IntersectionRule the same as DrawText might. Is there a way to get a lot of the important defaults/settings from DrawText, while using GenerateGlyphs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note the weird rectangles and lines. I'm not sure why this is happening - when I draw them without the curve, they render fine. The issue seems to be more prominent with specific fonts - but also seems to be present at some level in all of my test attempts. This font is "Teko" - Google Font.
Here is the code that is generating this:
Beta Was this translation helpful? Give feedback.
All reactions