From 1f462804d1024b448df9281ab5648fb0027fe801 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Jun 2022 15:35:38 -0600 Subject: [PATCH] [README.mingw.md] Add link to issue with further instructions --- README.mingw.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mingw.md b/README.mingw.md index d9bd34740..e08995ab4 100644 --- a/README.mingw.md +++ b/README.mingw.md @@ -45,3 +45,8 @@ but if you like to shape with the Microsoft Uniscribe: 5. `WINEDLLOVERRIDES="usp10=n" wine hb-shape.exe fontname.ttf -u 0061,0062,0063 --shaper=uniscribe` (`0061,0062,0063` means `abc`, use test/shaping/hb-unicode-decode to generate ones you need) + +When you have built that, you can test HarfBuzz's native shaper against Uniscribe +following these instructions: + + https://github.com/harfbuzz/harfbuzz/issues/3671