diff options
author | 2025-01-07 00:30:14 +0100 | |
---|---|---|
committer | 2025-01-07 00:30:14 +0100 | |
commit | 664caf7087c779ad6ec652ce4ea8df4168e3d610 (patch) | |
tree | 69252704ff36ee9a32aa9d7ebf99b5cdc8694235 /graphics | |
parent | e722c4ee4f80833ba0b1013cadd546ebc3f490ce (diff) | |
download | iced-664caf7087c779ad6ec652ce4ea8df4168e3d610.tar.gz iced-664caf7087c779ad6ec652ce4ea8df4168e3d610.tar.bz2 iced-664caf7087c779ad6ec652ce4ea8df4168e3d610.zip |
Apply wrapping to paragraphs
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/src/text/paragraph.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/src/text/paragraph.rs b/graphics/src/text/paragraph.rs index 07ddbb82..d1e23c00 100644 --- a/graphics/src/text/paragraph.rs +++ b/graphics/src/text/paragraph.rs @@ -80,6 +80,8 @@ impl core::text::Paragraph for Paragraph { Some(text.bounds.height), ); + buffer.set_wrap(font_system.raw(), text::to_wrap(text.wrapping)); + buffer.set_text( font_system.raw(), text.content, |