From b296ff06bd167475301209f05709a7becd7bfee3 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:41:12 +0100 Subject: [PATCH] Fix build --- examples/parley/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parley/src/main.rs b/examples/parley/src/main.rs index 5c615a35..d93c8e85 100644 --- a/examples/parley/src/main.rs +++ b/examples/parley/src/main.rs @@ -78,7 +78,7 @@ fn main() { // Get the krilla font. let krilla_font = font_cache .entry(id) - .or_insert_with(|| Font::new(font_data, font.index).unwrap()); + .or_insert_with(|| Font::new(font_data, font.index, true).unwrap()); let font_size = run.font_size(); // This is part is somewhat convoluted, the reason being that each glyph might