diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-02-12 18:57:41 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-02-12 18:57:41 +0100 |
commit | 79bdc958cec8c084f8c8472e8f600c60969b03fa (patch) | |
tree | 97e489a6c23b01dae519aa36a535d62c301fabee /metapost | |
parent | 45e121c1d9414786e677d931101af1357294e9b7 (diff) | |
download | context-79bdc958cec8c084f8c8472e8f600c60969b03fa.tar.gz |
2021-02-12 18:48:00
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mpxl/mp-lmtx.mpxl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/metapost/context/base/mpxl/mp-lmtx.mpxl b/metapost/context/base/mpxl/mp-lmtx.mpxl index 56a0ec066..a3866dff4 100644 --- a/metapost/context/base/mpxl/mp-lmtx.mpxl +++ b/metapost/context/base/mpxl/mp-lmtx.mpxl @@ -2336,3 +2336,13 @@ permanent lmt_registerglyphs, lmt_registerglyph, lmt_remaptext, rawmaptext, svgtext, svg, OverlayMesh ; + +% nice hack + +newscriptindex mfid_scrutenized ; mfid_scrutenized := scriptindex "scrutenized" ; + +primarydef p scrutenized n = + runscript mfid_scrutenized p n +enddef ; + +permanent scrutenized ; |