From 190afdecb3f4d133e472fd17a140c57100219b7b Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Thu, 23 Apr 2009 15:22:25 +0200 Subject: sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for dvipdfmx) --- otfl-font-cid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otfl-font-cid.lua') diff --git a/otfl-font-cid.lua b/otfl-font-cid.lua index 88de5fd..b1ddaae 100644 --- a/otfl-font-cid.lua +++ b/otfl-font-cid.lua @@ -85,7 +85,7 @@ local function locate(registry,ordering,supplement) if trace_loading then logs.report("load otf","checking cidmap, registry: %s, ordering: %s, supplement: %s, filename: %s",registry,ordering,supplement,filename) end - local fullname = input.find_file(filename,'cid') or "" + local fullname = resolvers.find_file(filename,'cid') or "" if fullname ~= "" then cidmap = fonts.cid.load(fullname) if cidmap then -- cgit v1.2.3