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
Thank you for sharing this ... i used with some changes in the test card so i can use different font style and characters TestCard.zip
The text was updated successfully, but these errors were encountered:
Thank you for the changes. That is a good idea to use System.Drawing. Before I can commit the change we need to do two things
As run TestCard on Mac, iOS and Android devices so this problem will need to be fixed before I can commit the change.
But it is a great start and a good idea to be able to render more text
Sorry, something went wrong.
I had a quick look at the code. The problem appeared to be that matrix(c,s) has s=16 (so required font size must be 16 pixels heigh)
But on the Mac SizeF size = gr.MeasureString()(c.ToString(), new Font("verdana", s)); returns a height of 25.
SizeF size = gr.MeasureString()(c.ToString(), new Font("verdana", s));
No branches or pull requests
Thank you for sharing this ... i used with some changes in the test card so i can use different font style and characters
TestCard.zip
The text was updated successfully, but these errors were encountered: