Skip to content
New issue

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

Drawing text sample outdated #8

Closed
2E0PGS opened this issue Dec 16, 2018 · 1 comment
Closed

Drawing text sample outdated #8

2E0PGS opened this issue Dec 16, 2018 · 1 comment

Comments

@2E0PGS
Copy link

2E0PGS commented Dec 16, 2018

The following is outdated it now takes PointF instead of IPath.

.DrawText(textGraphicsOptions, text, font, Rgba32.Black, path));

It would look like this now:

PointF pointF = new PointF(60, 170);

image.Mutate(x => x.DrawText("My text here", font, Rgba32.Blue, pointF));
@JimBobSquarePants
Copy link
Member

Thanks. See #7 for update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants