summaryrefslogtreecommitdiff
path: root/metapost/context/base/mpxl/mp-cont.mpxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-04-15 20:34:40 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-04-15 20:34:40 +0200
commitb155eafa1e2d73692eed08ecabeb5ad589ac11dc (patch)
treeec352f240efa570d5e06db368ce3dd99e792545a /metapost/context/base/mpxl/mp-cont.mpxl
parent1e69816bbbeebedafd52684fc4182ce977d92a8a (diff)
downloadcontext-b155eafa1e2d73692eed08ecabeb5ad589ac11dc.tar.gz
2022-04-15 20:15:00
Diffstat (limited to 'metapost/context/base/mpxl/mp-cont.mpxl')
-rw-r--r--metapost/context/base/mpxl/mp-cont.mpxl11
1 files changed, 11 insertions, 0 deletions
diff --git a/metapost/context/base/mpxl/mp-cont.mpxl b/metapost/context/base/mpxl/mp-cont.mpxl
index a89265224..d08a24272 100644
--- a/metapost/context/base/mpxl/mp-cont.mpxl
+++ b/metapost/context/base/mpxl/mp-cont.mpxl
@@ -199,3 +199,14 @@ immutable % permanent
InnerMarginDistance, OuterEdgeWidth, InnerEdgeWidth, OuterEdgeDistance,
InnerEdgeDistance, OuterSpaceWidth, InnerSpaceWidth, OuterMargin, InnerMargin,
OuterEdge, InnerEdge ;
+
+% see typo-ada.*
+
+newscriptindex mfid_AdaptiveWidth ; mfid_AdaptiveWidth := scriptindex "AdaptiveWidth" ; vardef AdaptiveWidth = runscript mfid_AdaptiveWidth enddef ;
+newscriptindex mfid_AdaptiveHeight ; mfid_AdaptiveHeight := scriptindex "AdaptiveHeight" ; vardef AdaptiveHeight = runscript mfid_AdaptiveHeight enddef ;
+newscriptindex mfid_AdaptiveDepth ; mfid_AdaptiveDepth := scriptindex "AdaptiveDepth" ; vardef AdaptiveDepth = runscript mfid_AdaptiveDepth enddef ;
+newscriptindex mfid_AdaptiveThickness ; mfid_AdaptiveThickness := scriptindex "AdaptiveThickness" ; vardef AdaptiveThickness = runscript mfid_AdaptiveThickness enddef ;
+newscriptindex mfid_AdaptiveColor ; mfid_AdaptiveColor := scriptindex "AdaptiveColor" ; vardef AdaptiveColor = runscript mfid_AdaptiveColor enddef ;
+
+immutable % permanent
+ AdaptiveWidth, AdaptiveHeight, AdaptiveDepth, AdaptiveThickness, AdaptiveColor ;