Update cosmic-text to 0.13

This commit is contained in:
Héctor Ramón Jiménez 2025-03-10 19:45:11 +01:00
parent bae25b74f6
commit 201245a85d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 97 additions and 87 deletions

View file

@ -156,6 +156,7 @@ impl core::text::Paragraph for Paragraph {
}),
text::to_attributes(text.font),
text::to_shaping(text.shaping),
None,
);
let min_bounds = text::measure(&buffer);