bevy/examples/testbed
ickshonpe 02fa833be1
Rename JustifyText to Justify (#19522)
# Objective

Rename `JustifyText`:

* The name `JustifyText` is just ugly.
* It's inconsistent since no other `bevy_text` types have a `Text-`
suffix, only prefix.
* It's inconsistent with the other text layout enum `Linebreak` which
doesn't have a prefix or suffix.

Fixes #19521.

## Solution

Rename `JustifyText` to `Justify`.

Without other context, it's natural to assume the name `Justify` refers
to text justification.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-09 19:59:48 +00:00
..
2d.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
3d.rs Remove entity placeholder from observers (#19440) 2025-06-09 19:37:56 +00:00
full_ui.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00
helpers.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
ui.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00