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
As a user I want a way to check the dimensions required to display a given string so that I will know how to size my UI elements accordingly.
...
Right now users have to force a layout and check the bounds. We need a system where we can internally do dummy layouts and return dimensions (like required height given a fixed width).
The text was updated successfully, but these errors were encountered:
As a user I want a way to check the dimensions required to display a given string so that I will know how to size my UI elements accordingly.
...
Right now users have to force a layout and check the bounds. We need a system where we can internally do dummy layouts and return dimensions (like required height given a fixed width).
The text was updated successfully, but these errors were encountered: