bevy/examples/math
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
..
bounding_2d.rs Move bounding_2d example to math folder (#17523) 2025-01-28 05:29:05 +00:00
cubic_splines.rs simplify example, replace get_single to Single Query (#16187) 2024-11-01 18:25:42 +00:00
custom_primitives.rs Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
random_sampling.rs Allow clippy::too_many_arguments to lint without warnings (#17249) 2025-01-09 07:26:15 +00:00
render_primitives.rs Rename JustifyText to Justify (#19522) 2025-06-09 19:59:48 +00:00
sampling_primitives.rs Split Camera.hdr out into a new component (#18873) 2025-05-26 19:24:45 +00:00