Back to Bevy

`new_with_` prefix removed from `TextLayout` constructors

_release-content/migration-guides/text_layout_renames.md

0.19.0243 B
Original Source

Constructor functions for the TextLayout type were simplified:

  • TextLayout::new_with_justify -> TextLayout::justify
  • TextLayout::new_with_linebreak -> TextLayout::linebreak
  • TextLayout::new_with_no_wrap -> TextLayout::no_wrap