We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following is outdated it now takes PointF instead of IPath.
PointF
IPath
Samples/ImageSharp/DrawingTextAlongAPath/Program.cs
Line 46 in b776ea0
It would look like this now:
PointF pointF = new PointF(60, 170); image.Mutate(x => x.DrawText("My text here", font, Rgba32.Blue, pointF));
The text was updated successfully, but these errors were encountered:
Thanks. See #7 for update.
Sorry, something went wrong.
No branches or pull requests
The following is outdated it now takes
PointF
instead ofIPath
.Samples/ImageSharp/DrawingTextAlongAPath/Program.cs
Line 46 in b776ea0
It would look like this now:
The text was updated successfully, but these errors were encountered: