bevy/crates/bevy_text/src
poopy 40b9a0ae52
register TextFont and TextColor in app type registry (#15950)
# Objective

`TextFont` and `TextColor` is not registered in the app type registry
and serializing a scene with a a `Text2d` doesn't save the color and
font of the text entity.

## Solution

register `TextFont`  and `TextColor`  in the type registry
2024-10-16 15:49:43 +00:00
..
bounds.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
error.rs Remove thiserror from bevy_text (#15762) 2024-10-09 14:27:09 +00:00
FiraMono-subset.ttf add a default font (#8445) 2023-04-21 22:30:18 +00:00
font_atlas_set.rs split up TextStyle (#15857) 2024-10-13 17:06:22 +00:00
font_atlas.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
font_loader.rs Remove thiserror from bevy_text (#15762) 2024-10-09 14:27:09 +00:00
font.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
glyph.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
lib.rs register TextFont and TextColor in app type registry (#15950) 2024-10-16 15:49:43 +00:00
pipeline.rs split up TextStyle (#15857) 2024-10-13 17:06:22 +00:00
text2d.rs Text Rework cleanup (#15887) 2024-10-15 02:32:34 +00:00
text_access.rs Text Rework cleanup (#15887) 2024-10-15 02:32:34 +00:00
text.rs split up TextStyle (#15857) 2024-10-13 17:06:22 +00:00