diff options
-rw-r--r-- | luaotfload-legacy.lua | 6 |
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) |