From 57ed66cba09408ce5520668cc75482ccda490ef8 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 31 Aug 2013 12:21:33 +0200 Subject: =?UTF-8?q?[extralibs]=20compensate=20for=20missing=20=E2=80=9Cres?= =?UTF-8?q?ources=E2=80=9D=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luaotfload-letterspace.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'luaotfload-letterspace.lua') diff --git a/luaotfload-letterspace.lua b/luaotfload-letterspace.lua index 847f175..961b0c5 100644 --- a/luaotfload-letterspace.lua +++ b/luaotfload-letterspace.lua @@ -118,7 +118,8 @@ kerncharacters = function (head) goto nextnode elseif firstkern then firstkern = false - if not start.components then + if (id ~= disc_code) and (not start.components) then + --- not a ligature, skip node goto nextnode end end -- cgit v1.2.3