summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-04-01 22:59:58 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-04-01 23:03:27 +0200
commit868e6b8d73fc2e9d75d39507ff261c7b34b78002 (patch)
tree9a883e51dd44257b32644e741f0f6c35483d1279 /tests
parentaefd8aafbae9531277b95e775b25a257e02a19ef (diff)
downloadluaotfload-868e6b8d73fc2e9d75d39507ff261c7b34b78002.tar.gz
Support loading fonts by fullname
Now, if we didn't find a matching family name, we then try fullname.
Diffstat (limited to 'tests')
-rw-r--r--tests/fullname.tex7
1 files changed, 7 insertions, 0 deletions
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