summaryrefslogtreecommitdiff
path: root/src/luaotfload-database.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-02-19 23:05:10 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2016-02-19 23:05:10 +0100
commitfc973a6dde1a78a59e50bc3850dfd0d06e7b2a03 (patch)
treed41348716e437e223fcf30ae636c9bc32e645639 /src/luaotfload-database.lua
parent7b982d37f58b36e8d8dd2580893e89430c576ca9 (diff)
parent3447815896954281938500d49bedef715078a140 (diff)
downloadluaotfload-fc973a6dde1a78a59e50bc3850dfd0d06e7b2a03.tar.gz
Merge pull request #324 from phi-gamma/master
lookups, combos, fallbacks
Diffstat (limited to 'src/luaotfload-database.lua')
-rw-r--r--src/luaotfload-database.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 367723b..1d5dfd8 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -583,8 +583,6 @@ local style_category = {
local type1_metrics = { "tfm", "ofm", }
-local dummy_findfile = resolvers.findfile -- from basics-gen
-
local lookup_filename = function (filename)
if not name_index then name_index = load_names () end
local files = name_index.files
@@ -630,6 +628,8 @@ end
--doc]]--
+local dummy_findfile = resolvers.findfile -- from basics-gen
+
--- string -> string * string * bool
local lookup_font_file
lookup_font_file = function (filename)