diff options
-rw-r--r-- | tests/ofm.tex | 6 | ||||
-rw-r--r-- | tests/tfmofm.ltx | 11 |
2 files changed, 6 insertions, 11 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 diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx index 5de55b4..0f9f904 100644 --- a/tests/tfmofm.ltx +++ b/tests/tfmofm.ltx @@ -3,15 +3,4 @@ \begin{document} Hello \(1+1=\sqrt{4}\) - -% This loads an ofm font with the extention... -\font\testo omarab.ofm\testo - -.,: - -% and without. -\font\testo omarabb\testo - -.,: - \end{document} |