From 868e6b8d73fc2e9d75d39507ff261c7b34b78002 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 1 Apr 2010 22:59:58 +0200 Subject: Support loading fonts by fullname Now, if we didn't find a matching family name, we then try fullname. --- tests/fullname.tex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/fullname.tex (limited to 'tests') diff --git a/tests/fullname.tex b/tests/fullname.tex new file mode 100644 index 0000000..ec73cb3 --- /dev/null +++ b/tests/fullname.tex @@ -0,0 +1,7 @@ +\input luaotfload.sty + +\font\testa={LM Roman Slanted 10 Regular} at 10pt +\font\testb={LM Roman 9 Italic} at 10pt +\testa abcd ABCD\par +\testb abcd ABCD\par +\bye -- cgit v1.2.3