Back to Bevy

`TextRoot`, `TextSpanAccess` and `TextSpanComponent` are replaced by `TextSection`

_release-content/migration-guides/text_section.md

0.19.0229 B
Original Source

The TextRoot, TextSpanAccess and TextSpanComponent traits have been consolidated into a single trait TextSection.

The methods read_span and write_span have been renamed to get_text and get_text_mut, respectively.