summaryrefslogtreecommitdiff
path: root/tests/lookups.tex
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-23 02:26:27 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-23 02:26:27 -0700
commitf3776cb0941e417f8aa2efe46773cc7330506387 (patch)
tree7c3dc50f78edba439b5b02db321e0e9855b6199e /tests/lookups.tex
parentf4fa20a933db69aad3b0823e1b53115078f095e0 (diff)
parentbd1c0d02304969137f74a70f5d2a435553c90944 (diff)
downloadluaotfload-f3776cb0941e417f8aa2efe46773cc7330506387.tar.gz
Merge pull request #10 from phi-gamma/master
great file bundle restructuring, part I
Diffstat (limited to 'tests/lookups.tex')
-rw-r--r--tests/lookups.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/lookups.tex b/tests/lookups.tex
new file mode 100644
index 0000000..db26312
--- /dev/null
+++ b/tests/lookups.tex
@@ -0,0 +1,14 @@
+\input luaotfload.sty
+%% lookup font by name (involving database)
+\font\first=name:iwonaregular at 42pt
+%% lookup font by file name (kpse)
+\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
+
+{\first foo \endgraf}
+{\second bar \endgraf}
+{\third baz \endgraf}
+
+\bye
+