diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-31 20:56:10 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-31 20:56:10 +0300 |
commit | 782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf (patch) | |
tree | 8fa3b2d7179bae58b9733be06d57dbbbb24f1b7e /tests/ofm.tex | |
parent | dc450f3e576a30b87250564ca3c50b39a9ca728e (diff) | |
download | luaotfload-782e67f7807e25c88a5e1d7fc3bfeddf33fb6adf.tar.gz |
Split the tfm test to uts own plain file
The tfmofm.ltx is special since this specific issues can't be tested in
plain (cm math fonts which trigger the issue are dumped in the format,
so the ttf version never get loaded in plain).
Diffstat (limited to 'tests/ofm.tex')
-rw-r--r-- | tests/ofm.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ofm.tex b/tests/ofm.tex new file mode 100644 index 0000000..9f79e57 --- /dev/null +++ b/tests/ofm.tex @@ -0,0 +1,6 @@ +\input luaotfload.sty +% This loads an ofm font with the extention... +\font\testo omarab.ofm\testo .,:\par +% and without. +\font\testo omarabb \testo .,:\par +\bye |