Text rotation #124
Replies: 2 comments 7 replies
-
Yes, but the solution is not really beginner-friendly unfortunately. You need to look into the following example that draws the text along an arbitrary path: ImageSharp.Drawing/samples/DrawShapesWithImageSharp/Program.cs Lines 49 to 54 in c29e5de (Use Alternatively, you can just render the text to an Image, then rotate the image. ( |
Beta Was this translation helpful? Give feedback.
-
This can now be done using the various There are 2 general ways to do this, either using the shaired context setting using
|
Beta Was this translation helpful? Give feedback.
-
I want to know if it is possible to rotate text using imagesharp library
Beta Was this translation helpful? Give feedback.
All reactions