bevy/crates/bevy_text/src
Tygyh 720d6dab82
Change Window scale factor to f32 (adopted) (#10897)
# Objective

- Finish the work done in #8942 .

## Solution

- Rebase the changes made in #8942 and fix the issues stopping it from
being merged earlier

---------

Co-authored-by: Thomas <1234328+thmsgntz@users.noreply.github.com>
2023-12-14 14:56:40 +00:00
..
error.rs Remove TextError::ExceedMaxTextAtlases(usize) variant (#6796) 2022-12-05 23:23:16 +00:00
FiraMono-subset.ttf add a default font (#8445) 2023-04-21 22:30:18 +00:00
font_atlas_set.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
font_atlas.rs Improved Text Rendering (#10537) 2023-11-14 13:44:25 +00:00
font_loader.rs Removed anyhow (#10003) 2023-10-06 07:20:13 +00:00
font.rs Improved Text Rendering (#10537) 2023-11-14 13:44:25 +00:00
glyph_brush.rs Rename TextAlignment to JustifyText. (#10854) 2023-12-05 03:00:41 +00:00
lib.rs Rename TextAlignment to JustifyText. (#10854) 2023-12-05 03:00:41 +00:00
pipeline.rs Change Window scale factor to f32 (adopted) (#10897) 2023-12-14 14:56:40 +00:00
text2d.rs Change Window scale factor to f32 (adopted) (#10897) 2023-12-14 14:56:40 +00:00
text.rs Rename TextAlignment to JustifyText. (#10854) 2023-12-05 03:00:41 +00:00