summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Konsl <82901383+Konsl@users.noreply.github.com>2025-01-07 00:30:14 +0100
committerLibravatar Konsl <82901383+Konsl@users.noreply.github.com>2025-01-07 00:30:14 +0100
commit664caf7087c779ad6ec652ce4ea8df4168e3d610 (patch)
tree69252704ff36ee9a32aa9d7ebf99b5cdc8694235 /graphics
parente722c4ee4f80833ba0b1013cadd546ebc3f490ce (diff)
downloadiced-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.rs2
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,