summaryrefslogtreecommitdiff
path: root/tests/tfmofm.ltx
Commit message (Collapse)AuthorAgeFilesLines
* [*] remove tests directoryPhilipp Gesang2014-01-021-6/+0
| | | | | | | | | | | Testing has been done using the test repo exclusively for quite some time now: https://bitbucket.org/phg/lua-la-tex-tests. Also, the ``mktests`` script partially automates testing of the font management. This changeset is just codifying the facts. If any of the tests deserves preservation please file an issue for inclusion into the test repo. Thanks!
* Split the tfm test to uts own plain fileKhaled Hosny2010-05-311-11/+0
| | | | | | 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).
* Adding a test for loading an ofm font with and without the extention.Elie Roux2010-05-311-0/+11
|
* Handle bypassing TFM fonts properlyKhaled Hosny2010-05-311-0/+6
We now detect tfm fonts much earlier and force a file based lookup, thus bypassing |names.resolve()| completely. So, now |\font\tenrm=cmr10| is exactly the same as |\font\tenrm=file:cmr10| as long as there is a tfm/ofm file named cmr10.