diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-27 03:08:43 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-27 03:08:43 -0700 |
commit | 7a7a17242c20dfd54dfce2e5ead889f62c66d61f (patch) | |
tree | 942ffddaa830a52504831526512ce48ddb5ab83d /tests/lookups.tex | |
parent | f3776cb0941e417f8aa2efe46773cc7330506387 (diff) | |
parent | e6b0062da9c8315605e9c8a10202337416ea5cd5 (diff) | |
download | luaotfload-7a7a17242c20dfd54dfce2e5ead889f62c66d61f.tar.gz |
Merge pull request #11 from lualatex/master
update with lualatex master
Diffstat (limited to 'tests/lookups.tex')
-rw-r--r-- | tests/lookups.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lookups.tex b/tests/lookups.tex index db26312..8b03d8e 100644 --- a/tests/lookups.tex +++ b/tests/lookups.tex @@ -5,10 +5,16 @@ \font\second=file:antpoltltsemiexpd-bolditalic.otf at 42pt %% lookup font by name, with style in slash notation \font\third={name:Antykwa torunska/I} at 42pt +%% unspecified lookup; in definers.read: +%% - first it falls back to “file” +%% - empty “method” field triggers fallback to “name” +%% - names.resolve -> kpse.lookup -> hit! +\font\fourth=iwona at 42pt {\first foo \endgraf} {\second bar \endgraf} {\third baz \endgraf} +{\fourth xyzzy \endgraf} \bye |