bevy/crates/bevy_text/src
Raffaele Ragni 7fc6db32ce
Add FromReflect where Reflect is used (#8776)
# Objective

Discovered that PointLight did not implement FromReflect. Adding
FromReflect where Reflect is used. I overreached and applied this rule
everywhere there was a Reflect without a FromReflect, except from where
the compiler wouldn't allow me.

Based from question: https://github.com/bevyengine/bevy/discussions/8774

## Solution

- Adding FromReflect where Reflect was already derived

## Notes

First PR I do in this ecosystem, so not sure if this is the usual
approach, that is, to touch many files at once.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-06-19 16:18:17 +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 reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +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 reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +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 Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
text.rs also import the default handle when feature disabled (#8456) 2023-04-22 07:49:18 +00:00