use au in TextFragment (#32653)

This commit is contained in:
atbrakhi 2024-07-03 09:27:08 +02:00 committed by GitHub
parent fe58a5f0a3
commit 4357751f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -245,7 +245,7 @@ impl TextRunLineItem {
font_key: self.font_key,
glyphs: self.text,
text_decoration_line: self.text_decoration_line,
justification_adjustment: state.justification_adjustment,
justification_adjustment: state.justification_adjustment.into(),
})
}
}