summaryrefslogtreecommitdiff
path: root/crates/typst-layout/src/math/stretch.rs
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-11-27 11:11:49 +0000
committerGitHub <noreply@github.com>2024-11-27 11:11:49 +0000
commitf29fbea2fcabed9ed6fc3c19d585edc6fe45370b (patch)
treed5e3005cbedde714105794b8fc48da83e4db8049 /crates/typst-layout/src/math/stretch.rs
parent6bf1350b16b90ae915836f94dff440da671ebd45 (diff)
Use extended shape information for glyph `text_like`-ness (#5483)
Diffstat (limited to 'crates/typst-layout/src/math/stretch.rs')
-rw-r--r--crates/typst-layout/src/math/stretch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-layout/src/math/stretch.rs b/crates/typst-layout/src/math/stretch.rs
index 9b5cd47a..3d7c88cf 100644
--- a/crates/typst-layout/src/math/stretch.rs
+++ b/crates/typst-layout/src/math/stretch.rs
@@ -295,6 +295,7 @@ fn assemble(
span: base.span,
limits: base.limits,
mid_stretched: None,
+ extended_shape: true,
}
}