decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Helper to adjust font size #1035

Open nearnshaw opened 9 months ago

nearnshaw commented 9 months ago

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