summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-21 23:47:27 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-21 23:47:27 +0200
commit608b4d7816a854663c7c2bb1696127c81ce5de09 (patch)
tree480aedecb2bcfe0a5f1af77929e174f874237b1e /tests
parent4386c093ef7e40d1734604fb893065819b4f1737 (diff)
downloadluaotfload-608b4d7816a854663c7c2bb1696127c81ce5de09.tar.gz
reduce verbosity of the font loader
this is my version of: https://github.com/phi-gamma/luaotfload/commit/3a59b8b6b226ed22ccd16aec2dc2e272f015cc74 I undid the original because our policy is not to change imported files except for applying hot fixes in advance that Hans will add eventually. However, we’ll see if we really need otfl-fonts.lua anyways as its functionality might fit better in to luaotfload.lua.
Diffstat (limited to 'tests')
-rw-r--r--tests/marks.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/marks.tex b/tests/marks.tex
index 3af264e..9dcf460 100644
--- a/tests/marks.tex
+++ b/tests/marks.tex
@@ -1,9 +1,10 @@
\input luaotfload.sty
\font\test={file:GenBasR.ttf:script=latn}
+%font\test={name:AntykwaTorunska:script=latn}
\test ä\quad Ä
-\test a\char"0308
-\quad A\char"0308
-\quad j\char"0323
+\test a\char"0308 %% -> combining dihaeresis
+\quad A\char"0308 %% -> combining dihaeresis
+\quad j\char"0323 %% -> combining dot below
\bye