From e7d88b3ac74852c2df15188156e10dad4fddcdd2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 12 Oct 2024 14:01:34 +0200 Subject: Fix outline with CJK text (#5187) --- tests/ref/issue-5176-cjk-title.png | Bin 0 -> 1246 bytes tests/suite/model/outline.typ | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/ref/issue-5176-cjk-title.png (limited to 'tests') diff --git a/tests/ref/issue-5176-cjk-title.png b/tests/ref/issue-5176-cjk-title.png new file mode 100644 index 00000000..e904fbd7 Binary files /dev/null and b/tests/ref/issue-5176-cjk-title.png differ diff --git a/tests/suite/model/outline.typ b/tests/suite/model/outline.typ index 3c134760..18c61df8 100644 --- a/tests/suite/model/outline.typ +++ b/tests/suite/model/outline.typ @@ -171,3 +171,12 @@ A = הוקוס Pocus = זוהי כותרת שתורגמה על ידי מחשב + +--- issue-5176-cjk-title --- +#set text(font: "Noto Serif CJK SC") +#show heading: none + +#outline(title: none) + += 测 += 很 -- cgit v1.2.3