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
The appeal of TextBox was that it was easy to use when you just wanted to throw some text up on the screen, while Text has quite a few more hoops you need to jump through.
Can we make Text more convenient?
User story:
As a user, I'd like to add a basic Text instance to the screen without needed to manually wire up all the font information.
Feels like we should be able to generate 'default' fonts, and possibly auto-wire in the known assets / data. Then you could make added explicit font info to you Text instance optional and 'if None', use the default.
The text was updated successfully, but these errors were encountered:
The appeal of
TextBox
was that it was easy to use when you just wanted to throw some text up on the screen, whileText
has quite a few more hoops you need to jump through.Can we make
Text
more convenient?User story:
Feels like we should be able to generate 'default' fonts, and possibly auto-wire in the known assets / data. Then you could make added explicit font info to you Text instance optional and 'if None', use the default.
The text was updated successfully, but these errors were encountered: