Bidi reordering works with wrapping.
This commit is contained in:
parent
82d5fc02a5
commit
089a926615
4 changed files with 272 additions and 136 deletions
|
|
@ -17,7 +17,7 @@ pub struct LayoutGlyph {
|
|||
/// width of hitbox
|
||||
pub w: f32,
|
||||
/// True if the character is from an RTL script
|
||||
pub rtl: bool,
|
||||
pub level: unicode_bidi::Level,
|
||||
/// Cache key, see [CacheKey]
|
||||
pub cache_key: CacheKey,
|
||||
/// X offset in line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue