From 54d2c5f1f4e5aaccadf4f4af472a497cab9645c8 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 8 Jun 2010 23:26:57 +0300 Subject: Fallback to regular If the requested style is not found, fallback to regular. I think this broke in commit b9d377647240804d7d85429a18e1bdf0ff00823c closes #13 --- tests/fallback.tex | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/fallback.tex (limited to 'tests/fallback.tex') diff --git a/tests/fallback.tex b/tests/fallback.tex new file mode 100644 index 0000000..71baea9 --- /dev/null +++ b/tests/fallback.tex @@ -0,0 +1,6 @@ +\input luaotfload.sty +\font\testa={XITS Math} +\font\testb={XITS Math/B} +\testa text\par +\testb text\par +\bye -- cgit v1.2.3