summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-krn.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-03-27 22:15:05 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-03-27 22:15:05 +0100
commit81e329bb8da4ef551f9a242883f6f39111eb2338 (patch)
treeeb789f5596eaa24439196a6078127e884daaf67c /tex/context/base/typo-krn.lua
parent72bd1e9c8cc7fb62285350f7a550d3866e5f2a2b (diff)
downloadcontext-81e329bb8da4ef551f9a242883f6f39111eb2338.tar.gz
2015-03-27 21:41:00
Diffstat (limited to 'tex/context/base/typo-krn.lua')
-rw-r--r--tex/context/base/typo-krn.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/tex/context/base/typo-krn.lua b/tex/context/base/typo-krn.lua
index 1616577dc..46a977cfd 100644
--- a/tex/context/base/typo-krn.lua
+++ b/tex/context/base/typo-krn.lua
@@ -622,4 +622,9 @@ end
-- interface
-commands.setcharacterkerning = kerns.set
+interfaces.implement {
+ name = "setcharacterkerning",
+ actions = kerns.set,
+ arguments = "string"
+}
+