diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 13:57:35 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 13:57:35 +0200 |
commit | 1a76cea6357f50d7dae752765173af335ba95beb (patch) | |
tree | 37a20c1981e7192cc49e16143ce79de52c0672ed /tests/pln-subfont-1.tex | |
parent | be7d5713a125033d686d97a38910cb5af62f9093 (diff) | |
download | luaotfload-1a76cea6357f50d7dae752765173af335ba95beb.tar.gz |
add handler for XeTeX slashed notation
Diffstat (limited to 'tests/pln-subfont-1.tex')
-rw-r--r-- | tests/pln-subfont-1.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pln-subfont-1.tex b/tests/pln-subfont-1.tex index 4877682..fb8e1e7 100644 --- a/tests/pln-subfont-1.tex +++ b/tests/pln-subfont-1.tex @@ -1,12 +1,12 @@ \ifdefined\directlua\input luaotfload.sty\fi - +%% This requires the Cambria fonts from MS. \directlua{ inspect(fontloader.info"cambria.ttc") } - +%% Here we load both subfonts in the collection +%% with the not-quite documented subfont syntax. \font\subfontone="file:cambria.ttc(0)" at 42pt \font\subfonttwo="file:cambria.ttc(1)" at 42pt - \subfontone foo bar baz \endgraf \subfonttwo foo bar baz \endgraf \bye |