bevy/crates/bevy_text/src
François Mockers 55ee49b7ad
text position: use size instead of bounds (#13858)
# Objective

- #13846 introduced a bug where text not bound was not displayed

## Solution

- bounds are infinite
- use computed size instead, that already should be using the available
bounds
2024-06-16 17:45:07 +02:00
..
error.rs
FiraMono-subset.ttf
font_atlas_set.rs Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
font_atlas.rs Prefer UVec2 when working with texture dimensions (#11698) 2024-02-25 15:23:04 +00:00
font_loader.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
font.rs RenderAssetPersistencePolicy → RenderAssetUsages (#11399) 2024-01-30 13:22:10 +00:00
glyph_brush.rs fix non-exact text h-alignment (#13846) 2024-06-14 21:47:43 +02:00
lib.rs Fix rendering of sprites, text, and meshlets after #12582. (#12945) 2024-04-13 14:15:00 +00:00
pipeline.rs text position: use size instead of bounds (#13858) 2024-06-16 17:45:07 +02:00
text2d.rs Add doc comments explaining the different behaviours of alignment and Anchor with text_2d (#8022) 2024-05-12 21:42:04 +00:00
text.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00