You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that you can change the size of the text drawn by Painter::text by adjusting the font size of the FontId. There are issues with that, though, and that makes me wonder if I'm not missing some other way to do that. Specifically from my observation drawing text using 32 point font is not the same as the double of drawing 16 point font, but I'm under impression I would like to be able to draw the text bigger with a fixed font size, as to scale exactly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am aware that you can change the size of the text drawn by
Painter::text
by adjusting the font size of theFontId
. There are issues with that, though, and that makes me wonder if I'm not missing some other way to do that. Specifically from my observation drawing text using 32 point font is not the same as the double of drawing 16 point font, but I'm under impression I would like to be able to draw the text bigger with a fixed font size, as to scale exactly.Beta Was this translation helpful? Give feedback.
All reactions