bevy/crates/bevy_text/src
ickshonpe be217ab037
Add doc comments explaining the different behaviours of alignment and Anchor with text_2d (#8022)
# Objective
Add an explanation of the differences between `alignment` and `Anchor`
to the `Text2dBundle` docs.

---------

Co-authored-by: Rob Parrett <robparrett@gmail.com>
Co-authored-by: François Mockers <mockersf@gmail.com>
2024-05-12 21:42:04 +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.rs RenderAssetPersistencePolicy → RenderAssetUsages (#11399) 2024-01-30 13:22:10 +00:00
font_atlas.rs Prefer UVec2 when working with texture dimensions (#11698) 2024-02-25 15:23:04 +00:00
font_atlas_set.rs Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
font_loader.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
glyph_brush.rs include links in error messages (#12165) 2024-02-28 00:01:18 +00:00
lib.rs Fix rendering of sprites, text, and meshlets after #12582. (#12945) 2024-04-13 14:15:00 +00:00
pipeline.rs Forbid unsafe in most crates in the engine (#12684) 2024-03-27 03:30:08 +00:00
text.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
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