idek bruh

This commit is contained in:
2025-11-22 00:44:38 -05:00
parent 1cec56e847
commit 1c6fc99f57
4 changed files with 20 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ pub struct TextAttrs {
pub line_height: f32,
pub family: Family<'static>,
pub wrap: bool,
/// inner alignment of text region (within where its drawn)
/// inner alignment of text region (within where it's drawn)
pub align: RegionAlign,
}