bevy/crates/bevy_text/src
Martín Maita f237cf2441
Updates default Text font size to 24px (#13603)
# Objective

- The default font size is too small to be useful in examples or for
debug text.
- Fixes #13587

## Solution

- Updated the default font size value in `TextStyle` from 12px to 24px.
- Resorted to Text defaults in examples to use the default font size in
most of them.

## Testing

- WIP

---

## Migration Guide

- The default font size has been increased to 24px from 12px. Make sure
you set the font to the appropriate values in places you were using
`Default` text style.
2024-05-31 16:41:27 +00: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
font_loader.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
font.rs
glyph_brush.rs
lib.rs Fix rendering of sprites, text, and meshlets after #12582. (#12945) 2024-04-13 14:15:00 +00:00
pipeline.rs
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