summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2012-03-26 00:54:35 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2012-03-27 08:19:01 +0200
commit5cd15c2c16065938ed6ce1bfcc999327ff85698f (patch)
tree2fec535171eef060790cf76bf0688a0e2850cab1 /tests
parent9bd0caac613f5d766a0a3b07835359ac0efade0a (diff)
downloadluaotfload-5cd15c2c16065938ed6ce1bfcc999327ff85698f.tar.gz
Enable italic correction feature by default
Conflicts: otfl-font-xtx.lua tests/itlc.tex
Diffstat (limited to 'tests')
-rw-r--r--tests/itlc.tex8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/itlc.tex b/tests/itlc.tex
index 01f7a91..bff0c39 100644
--- a/tests/itlc.tex
+++ b/tests/itlc.tex
@@ -1,7 +1,5 @@
\input luaotfload.sty
-\font\testa={file:lmroman10-italic:script=latn} at 10pt
-\font\testb={file:lmroman10-italic:script=latn;+itlc} at 10pt
-
-{\testa f\/}!\par
-{\testb f\/}!\par
+\font\testa={Latin Modern Roman:script=latn} at 10pt
+\font\testb={Latin Modern Roman/I:script=latn} at 10pt
+\testa ({\testb f\/})
\bye