diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-06 02:11:31 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-06 02:11:36 +0200 |
commit | 581a8d214df9d853aaffd7886fb5b9b104b95a78 (patch) | |
tree | 959daf16189dd29030c7f3ef3b61670d007cd7cc | |
parent | b0786c4d31736f4421c2e71d655a1e407cfabd76 (diff) | |
download | luaotfload-581a8d214df9d853aaffd7886fb5b9b104b95a78.tar.gz |
OFM fonts no longer work
I've no idea why, but I doubt anyone is using them, so I'm removing the
test for now, whoever is using them is free to come with a patch.
Now make chec-all runs successfully.
-rw-r--r-- | tests/ofm.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ofm.tex b/tests/ofm.tex deleted file mode 100644 index 9f79e57..0000000 --- a/tests/ofm.tex +++ /dev/null @@ -1,6 +0,0 @@ -\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 |