diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-21 21:47:53 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-21 21:47:53 +0200 |
commit | f95f8775f18f0caf01bd0e2be163ca4ab0c1a127 (patch) | |
tree | bab3f67b73459e9a9526c1240d234a69b76bca58 /tests/fullname.tex | |
parent | 3d9ffcf967635f7bd4c70ff8e41bc7603c461d42 (diff) | |
parent | 20e92df3bcad34b2951df17182cdb4c8ffef210a (diff) | |
download | luaotfload-f95f8775f18f0caf01bd0e2be163ca4ab0c1a127.tar.gz |
merge from eroux
Diffstat (limited to 'tests/fullname.tex')
-rw-r--r-- | tests/fullname.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fullname.tex b/tests/fullname.tex index 0209c98..78cf4d0 100644 --- a/tests/fullname.tex +++ b/tests/fullname.tex @@ -3,7 +3,13 @@ \font\testa={LM Roman Slanted 10 Regular} at 10pt \font\testb={LM Roman 9 Italic} at 10pt \font\testc={TeX Gyre Termes Bold} at 25pt +% Also testing with absolute filename, please change the path according to your +% system +\font\testd=file:/usr/share/texmf/fonts/opentype/public/lm/lmmono10-italic.otf + \testa abcd ABCD\par \testb abcd ABCD\par \testc abcd ABCD\par +\testd abcd ABCD\par + \bye |