diff options
Diffstat (limited to 'otfl-font-otd.lua')
-rw-r--r-- | otfl-font-otd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-otd.lua b/otfl-font-otd.lua index 14a9727..46899fd 100644 --- a/otfl-font-otd.lua +++ b/otfl-font-otd.lua @@ -24,7 +24,7 @@ local a_to_script = { } otf.a_to_script = a_to_script local a_to_language = { } otf.a_to_language = a_to_language function otf.set_dynamics(font,dynamics,attribute) - features = context_setups[context_numbers[attribute]] -- can be moved to caller + local features = context_setups[context_numbers[attribute]] -- can be moved to caller if features then local script = features.script or 'dflt' local language = features.language or 'dflt' |