Increase performance with bidi text

This commit is contained in:
Jeremy Soller 2022-10-07 19:44:41 -06:00
parent 92c20fd6e1
commit 71d5beda5c
2 changed files with 24 additions and 75 deletions

View file

@ -103,7 +103,6 @@ impl<'a> FontShapeGlyph<'a> {
}
pub struct FontShapeWord<'a> {
pub rtl: bool,
pub glyphs: Vec<FontShapeGlyph<'a>>,
}