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'm curious if there's a way to get the width and height of a string that would be drawn using scribble_draw. Something like the build in string_width and string_height functions, but using the scribble draw state.
Is there a way to do this? If not, consider this to be a possible feature request :)
The text was updated successfully, but these errors were encountered:
A higher-level way to get the dimensions would be nice, all you really need to do for that is get the left and bottom bounds of the array for width and height, though.
I'm curious if there's a way to get the width and height of a string that would be drawn using scribble_draw. Something like the build in string_width and string_height functions, but using the scribble draw state.
Is there a way to do this? If not, consider this to be a possible feature request :)
The text was updated successfully, but these errors were encountered: