Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the tfm test to uts own plain file | Khaled Hosny | 2010-05-31 | 1 | -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 Roux | 2010-05-31 | 1 | -0/+11 |
| | |||||
* | Handle bypassing TFM fonts properly | Khaled Hosny | 2010-05-31 | 1 | -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. |