Skip to content

Commit 52d1640

Browse files
committed
use text Shaping::Advanced over Basic
1 parent 3156506 commit 52d1640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_text/src/pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl TextPipeline {
137137
);
138138

139139
// TODO: other shaping methods?
140-
buffer.set_rich_text(font_system, spans, Shaping::Basic);
140+
buffer.set_rich_text(font_system, spans, Shaping::Advanced);
141141

142142
if buffer.visible_lines() == 0 {
143143
// Presumably the font(s) are not available yet

0 commit comments

Comments
 (0)