Use Default implementation of text::Shaping
This commit is contained in:
parent
bc7d64987e
commit
6df435adba
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ where
|
|||
padding: Padding::ZERO,
|
||||
text_size: None,
|
||||
text_line_height: text::LineHeight::default(),
|
||||
text_shaping: text::Shaping::Basic,
|
||||
text_shaping: text::Shaping::default(),
|
||||
font: None,
|
||||
class,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue