Split up TextSection
into separate components
#14875
Labels
A-Text
Rendering and layout for characters
C-Feature
A new feature, making something new possible
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
Text2d
and UI Text have different requirements. UI text needs responsive size support and that might not make sense forText2d
.What solution would you like?
Following #14572, replace the
TextSection
andTextStyle
types with new componentsText
,TextFont
,TextSize
andTextColor
.The text was updated successfully, but these errors were encountered: