Update cosmic-text to 0.15 🎉

This commit is contained in:
Héctor Ramón Jiménez 2025-10-31 16:15:31 +01:00
parent 7b21a4d702
commit 439f4e32ac
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 63 additions and 31 deletions

View file

@ -56,6 +56,7 @@ impl Cache {
key.content,
&text::to_attributes(key.font),
text::to_shaping(key.shaping, key.content),
None,
);
let bounds = text::align(&mut buffer, font_system, key.align_x);