diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-04-02 05:55:23 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-04-02 07:07:41 +0200 |
commit | 6ef791e91eb0c497494cbb12063d9ef72841080e (patch) | |
tree | a8ed0cc3104c691a92b67e81fb1f847238f26d0a /tests | |
parent | 868e6b8d73fc2e9d75d39507ff261c7b34b78002 (diff) | |
download | luaotfload-6ef791e91eb0c497494cbb12063d9ef72841080e.tar.gz |
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).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fullname.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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 |