-
Notifications
You must be signed in to change notification settings - Fork 144
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
MeasureText have only width informations #132
Comments
Me too on this. Changing fonts, changing font sizes, nothing seems to change the results - all zeros except for the width and that value never changes regardless of the length of text, the font etc. |
Hi bigDave1357, thanks for your feedback, for now, only solution is using javascript... function measuretextincanvas(font, text, mmToPix) { Noeilnoeil17 |
Hi @Noeilnoeil17, thanks for your assistance. |
Hi @bigDave1357 - could You help me to start with JS without this Extension ? |
Hi everybody,
Enjoy with this extensions, thanks a lot
When i try to use _context.MesureTextAsync, only width parameter is present, all other return 0 :-(
just tested with this simple test :
Any help is welcome,
thanks,
Noeilnoeil17
The text was updated successfully, but these errors were encountered: