Find the size of a Form
Ulrar opened this issue · 0 comments
Ulrar commented
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.