From 1828aabd4a79d6d31dfc93bb77a500c648b6ba3f Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sat, 20 Apr 2013 18:16:18 +0200 Subject: Adding a test for quite uncommon otf features This is a font I actually use... --- tests/zero_width_marks_lig.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/zero_width_marks_lig.tex (limited to 'tests/zero_width_marks_lig.tex') diff --git a/tests/zero_width_marks_lig.tex b/tests/zero_width_marks_lig.tex new file mode 100644 index 0000000..9dbaac0 --- /dev/null +++ b/tests/zero_width_marks_lig.tex @@ -0,0 +1,13 @@ +\input luaotfload.sty + +% https://bugs.freedesktop.org/attachment.cgi?id=72363 +\font\testa=file:TestLig.ttf:script=tibt;+ccmp+abvs+blws+kern at 10pt + +\testa གཚོའི་ཁིའུ་ཨཱཿཀ + +% good result for the first part: +% https://bugs.freedesktop.org/attachment.cgi?id=72365 +% for the second part, the two circles shoud appear clearlybefore the last +% letter, not mixed with it + +\bye -- cgit v1.2.3 From 20e92df3bcad34b2951df17182cdb4c8ffef210a Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sun, 21 Apr 2013 15:52:35 +0200 Subject: Adding more technical details in the failing test --- tests/zero_width_marks_lig.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/zero_width_marks_lig.tex') diff --git a/tests/zero_width_marks_lig.tex b/tests/zero_width_marks_lig.tex index 9dbaac0..2c6dba9 100644 --- a/tests/zero_width_marks_lig.tex +++ b/tests/zero_width_marks_lig.tex @@ -10,4 +10,7 @@ % for the second part, the two circles shoud appear clearlybefore the last % letter, not mixed with it +% see http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html +% for some technical details. + \bye -- cgit v1.2.3