summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-nut.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-nut.lmt')
-rw-r--r--tex/context/base/mkxl/node-nut.lmt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/node-nut.lmt b/tex/context/base/mkxl/node-nut.lmt
index dfa89e4ab..fa98d26fe 100644
--- a/tex/context/base/mkxl/node-nut.lmt
+++ b/tex/context/base/mkxl/node-nut.lmt
@@ -112,6 +112,8 @@ local nuts = {
getnucleus = direct.getnucleus,
getoffsets = direct.getoffsets,
getoptions = direct.getoptions,
+ getanchors = direct.getanchors,
+ getgeometry = direct.getgeometry,
getorientation = direct.getorientation,
getpenalty = direct.getpenalty,
getpost = direct.getpost,
@@ -141,6 +143,7 @@ local nuts = {
hasattribute = direct.hasattribute,
hasdimensions = direct.hasdimensions,
hasfield = direct.hasfield,
+ hasgeometry = direct.hasgeometry,
hasglyph = direct.hasglyph,
hasglyphoption = direct.hasglyphoption,
hpack = direct.hpack,
@@ -215,6 +218,8 @@ local nuts = {
setnucleus = direct.setnucleus,
setoffsets = direct.setoffsets,
setoptions = direct.setoptions,
+ setanchors = direct.setanchors,
+ setgeometry = direct.setgeometry,
setorientation = direct.setorientation,
setpenalty = direct.setpenalty,
setpost = direct.setpost,