diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-31 20:22:23 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-31 20:22:23 +0300 |
commit | dc450f3e576a30b87250564ca3c50b39a9ca728e (patch) | |
tree | 35d86479eb37d132ca462ac4bf9e5a79fbd96abd /tests | |
parent | a7b3c4bab9818fb564a51345d311b4acfac56356 (diff) | |
download | luaotfload-dc450f3e576a30b87250564ca3c50b39a9ca728e.tar.gz |
Adding a test for loading an ofm font with and without the extention.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tfmofm.ltx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx index 0f9f904..5de55b4 100644 --- a/tests/tfmofm.ltx +++ b/tests/tfmofm.ltx @@ -3,4 +3,15 @@ \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} |