mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 03:23:20 +00:00
954022c799
# Objective Fixes #4344. ## Solution Add a new component `Text2dBounds` to `Text2dBundle` that specifies the maximum width and height of text. Text will wrap according to this size. |
||
---|---|---|
.. | ||
error.rs | ||
font.rs | ||
font_atlas.rs | ||
font_atlas_set.rs | ||
font_loader.rs | ||
glyph_brush.rs | ||
lib.rs | ||
pipeline.rs | ||
text.rs | ||
text2d.rs |