Replies: 1 comment
-
You jumped two major versions, and you didn't expect breaking changes? I'm gonna go out on a limb here and guess you haven't looked at the release notes or API docs given that you added this discussion to the wrong repository. |
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
-
This is the code snippet which has error
internal virtual void DrawStringWithAlignment(string text, Font font, Brush brush, PointF location, TextOptions textGraphicsOptions)
{
ImageSharpGraphics.Mutate(x => x.DrawText(textGraphicsOptions, text, font, brush, location));
}
It is not accepting TextOptions earlier it was accepting TextGraphicOptions in previous version
Beta Was this translation helpful? Give feedback.
All reactions