summaryrefslogtreecommitdiff
path: root/luaotfload-legacy.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-22 23:08:43 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-22 23:08:43 +0200
commit6c1bb8b5c6de06598e28af43dd16e21b1741e56b (patch)
treec08247d89db9980d05192f41d0843ea60843d75c /luaotfload-legacy.lua
parent830a0fa4481fba007af873ea4ec18451e1806aee (diff)
downloadluaotfload-6c1bb8b5c6de06598e28af43dd16e21b1741e56b.tar.gz
use the same identifiers as in luaotfload.lua
Diffstat (limited to 'luaotfload-legacy.lua')
-rw-r--r--luaotfload-legacy.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaotfload-legacy.lua b/luaotfload-legacy.lua
index f3f7c76..8bb1790 100644
--- a/luaotfload-legacy.lua
+++ b/luaotfload-legacy.lua
@@ -357,9 +357,9 @@ local get_math_dimension = function(fnt, str)
end
end
-aux.check_script = check_script
-aux.check_language = check_language
-aux.check_feature = check_feature
+aux.provides_script = check_script
+aux.provides_language = check_language
+aux.provides_feature = check_feature
aux.get_math_dimension = get_math_dimension
local set_capheight = function (tfmdata)