aboutsummaryrefslogtreecommitdiff
path: root/src/text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.rs')
-rw-r--r--src/text.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.rs b/src/text.rs
index e106919..7f67b86 100644
--- a/src/text.rs
+++ b/src/text.rs
@@ -752,6 +752,7 @@ where
align_y: format.align_y,
shaping: format.shaping,
wrapping: format.wrapping,
+ hint_factor: renderer.scale_factor(),
});
state.paragraph.min_bounds()