bevy/crates/bevy_text/src
lelo e8a694fc35
Remove unused field in FontAtlasSet (#8639)
# Objective

- Fulfill TODO about unused member from `FontAtlasSet`

## Solution

- Removed field `queue: Vec<FontSizeKey>` from `FontAtlasSet`
2023-05-19 18:55:12 +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 Remove unused field in FontAtlasSet (#8639) 2023-05-19 18:55:12 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_loader.rs Add support for OTF fonts (#1200) 2021-01-03 12:10:23 -08:00
font.rs Fix panic when using debug_asset_server (#8485) 2023-04-25 10:11:11 +00:00
glyph_brush.rs Changed spelling linebreak_behaviour to linebreak_behavior (#8285) 2023-04-05 21:25:53 +00:00
lib.rs Fix panic when using debug_asset_server (#8485) 2023-04-25 10:11:11 +00:00
pipeline.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
text2d.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
text.rs also import the default handle when feature disabled (#8456) 2023-04-22 07:49:18 +00:00