🎉 Add text shadows (#6335)

This commit is contained in:
Elena Torró
2025-04-24 12:19:41 +02:00
committed by GitHub
parent 14e8026e30
commit c2ae58bf08
5 changed files with 93 additions and 7 deletions

View File

@@ -549,6 +549,7 @@ impl Shape {
self.hidden
}
#[allow(dead_code)]
pub fn width(&self) -> f32 {
self.selrect.width()
}