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
Find an easier way to adjust font size depending on screen size, perhaps a helper
Today the same text can look fine in a normal screen but unreadably small in a retina screen. Creators should be checking the canvas size component to know the screen size and pixel density and adjust fonts accordingly. This is asking too much of the users.
We should have an alternative to use a helper that handles this for them
The text was updated successfully, but these errors were encountered:
Find an easier way to adjust font size depending on screen size, perhaps a helper
Today the same text can look fine in a normal screen but unreadably small in a retina screen. Creators should be checking the canvas size component to know the screen size and pixel density and adjust fonts accordingly. This is asking too much of the users.
We should have an alternative to use a helper that handles this for them
The text was updated successfully, but these errors were encountered: