From 6ef791e91eb0c497494cbb12063d9ef72841080e Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 2 Apr 2010 05:55:23 +0200 Subject: Rewrite font matching logic to be more consistent We now simply loop over the whole data.mappings table, so loading font by family, fullname, psname etc is all the same, but it is a bit slower now (~0.25s with syatemfonts.tex). --- tests/fullname.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/fullname.tex b/tests/fullname.tex index ec73cb3..0209c98 100644 --- a/tests/fullname.tex +++ b/tests/fullname.tex @@ -2,6 +2,8 @@ \font\testa={LM Roman Slanted 10 Regular} at 10pt \font\testb={LM Roman 9 Italic} at 10pt +\font\testc={TeX Gyre Termes Bold} at 25pt \testa abcd ABCD\par \testb abcd ABCD\par +\testc abcd ABCD\par \bye -- cgit v1.2.3