From ab8295c07dd1883f9c19d3e075e7a4971fec0de0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 17 Sep 2024 17:35:56 +0200 Subject: Fix repetition of Thai characters (#4977) Co-authored-by: Martin Haug --- tests/suite/layout/inline/linebreak.typ | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/suite/layout/inline') diff --git a/tests/suite/layout/inline/linebreak.typ b/tests/suite/layout/inline/linebreak.typ index 7e959352..8371d76e 100644 --- a/tests/suite/layout/inline/linebreak.typ +++ b/tests/suite/layout/inline/linebreak.typ @@ -115,3 +115,11 @@ For info see #link("https://myhost.tld"). // for links because it now splits on word boundaries. We avoid the link markup // syntax because it's show rule interferes. #"http://creativecommons.org/licenses/by-nc-sa/4.0/" + +--- issue-4468-linebreak-thai --- +// In this bug, empty-range glyphs at line break boundaries could be duplicated. +// This happens for Thai specifically because it has both +// - line break opportunities +// - shaping that results in multiple glyphs in the same cluster +#set text(font: "Noto Sans Thai") +#h(85pt) งบิก -- cgit v1.2.3