summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-int.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-int.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-int.lmt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/mlib-int.lmt b/tex/context/base/mkxl/mlib-int.lmt
index e294a4fe5..ae883b1e8 100644
--- a/tex/context/base/mkxl/mlib-int.lmt
+++ b/tex/context/base/mkxl/mlib-int.lmt
@@ -168,3 +168,11 @@ registerdirect("InPageBody", in_body_page )
-- registerdirect("LayoutHasChanged", layout_has_changed)
registerdirect("defaultcolormodel", defaultcolormodel)
+
+-- see typo-ada.*
+
+registerdirect("AdaptiveWidth", function() return getdimen("d_adaptive_width") * factor end)
+registerdirect("AdaptiveHeight", function() return getdimen("d_adaptive_height") * factor end)
+registerdirect("AdaptiveDepth", function() return getdimen("d_adaptive_depth") * factor end)
+registerdirect("AdaptiveThickness", function() return getdimen("d_adaptive_line") * factor end)
+registerdirect("AdaptiveColor", function() return getmacro("m_adaptive_color") end)