diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fullname.tex | 7 |
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 |