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
drawtext-rectangle is skipping a word at each line break
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! Unfortunately this repo has many projects and thousands of files. Which file contains the bug you are describing?
Sorry, something went wrong.
Csharp-Data-Visualization/projects/skiasharp/drawtext-rectangle/Form1.cs
Lines 50 to 54 in 8cad7a1
else block at line 52 should be:
wordY += paint.FontSpacing; wordX = rect.Left; canvas.DrawText(word, wordX, wordY, paint); wordX += wordWidth + spaceWidth;
No branches or pull requests
drawtext-rectangle is skipping a word at each line break
The text was updated successfully, but these errors were encountered: