summaryrefslogtreecommitdiff
path: root/tex/context/base/font-sty.mkvi
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-sty.mkvi')
-rw-r--r--tex/context/base/font-sty.mkvi18
1 files changed, 18 insertions, 0 deletions
diff --git a/tex/context/base/font-sty.mkvi b/tex/context/base/font-sty.mkvi
index b8355bee2..9291f3b0a 100644
--- a/tex/context/base/font-sty.mkvi
+++ b/tex/context/base/font-sty.mkvi
@@ -357,4 +357,22 @@
\unexpanded\edef\vsone#character{#character\utfchar{"FE00}} % used
\unexpanded\edef\vstwo#character{#character\utfchar{"FE01}} % not used but handy for testing
+%D For historic reasons we keep the following around but they are no longer
+%D that relevant for \MKIV.
+
+\unexpanded\def\doattributes#1#2#3#4%
+ {\begingroup % geen \bgroup, anders in mathmode lege \hbox
+ \dousestylehashparameter{#1}{#2}%
+ \dousecolorhashparameter{#1}{#3}%
+ #4%
+ \endgroup}
+
+\unexpanded\def\dostartattributes#1#2#3%
+ {\begingroup % geen \bgroup, anders in mathmode lege \hbox
+ \dousestylehashparameter{#1}{#2}%
+ \dousecolorhashparameter{#1}{#3}}
+
+\let\dostopattributes\endgroup
+
+
\protect \endinput