diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-22 23:08:43 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-22 23:08:43 +0200 |
commit | 6c1bb8b5c6de06598e28af43dd16e21b1741e56b (patch) | |
tree | c08247d89db9980d05192f41d0843ea60843d75c | |
parent | 830a0fa4481fba007af873ea4ec18451e1806aee (diff) | |
download | luaotfload-6c1bb8b5c6de06598e28af43dd16e21b1741e56b.tar.gz |
use the same identifiers as in luaotfload.lua
-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) |