From cb61e304a824404b3847969f1da89f868449df8b Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 9 Jan 2012 10:08:00 +0100 Subject: beta 2012.01.09 10:08 --- tex/context/base/font-ctx.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tex/context/base/font-ctx.lua') diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua index 6a7e0f5d3..2684c4851 100644 --- a/tex/context/base/font-ctx.lua +++ b/tex/context/base/font-ctx.lua @@ -1489,3 +1489,11 @@ to scale virtual characters.

function commands.setfontofid(id) context.getvalue(csnames[id]) end + +-- more interfacing: + +commands.definefontfeature = fonts.specifiers.presetcontext + +function commands.featurelist(...) + context(fonts.specifiers.contexttostring(...)) +end -- cgit v1.2.3