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
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
I'm wondering if there is any way to figure out the size a Form, in pixels. For shapes it's easy enough since you have to set it, but for Text I don't really see a way to know how large it'll be. It'd be great to have a function like "formSize :: Form -> V2 Int" or something similar.
Hi,
I'm wondering if there is any way to figure out the size a Form, in pixels. For shapes it's easy enough since you have to set it, but for Text I don't really see a way to know how large it'll be. It'd be great to have a function like "formSize :: Form -> V2 Int" or something similar.