Fix case where bidi detects opposite orientation from rustybuzz
This commit is contained in:
parent
9595308c25
commit
d71c142d68
2 changed files with 47 additions and 31 deletions
|
|
@ -103,6 +103,7 @@ impl<'a> FontShapeGlyph<'a> {
|
|||
}
|
||||
|
||||
pub struct FontShapeWord<'a> {
|
||||
pub rtl: bool,
|
||||
pub glyphs: Vec<FontShapeGlyph<'a>>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue