summaryrefslogtreecommitdiff
path: root/tex/context/base/font-uni.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-uni.tex')
-rw-r--r--tex/context/base/font-uni.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/font-uni.tex b/tex/context/base/font-uni.tex
index a114c0882..269c0f771 100644
--- a/tex/context/base/font-uni.tex
+++ b/tex/context/base/font-uni.tex
@@ -372,15 +372,15 @@
\def\dosetunicodestrut#1#2% height depth
{\def\unicodestrut
{\vrule
- \!!width\zeropoint
- \!!height#1\ht\strutbox
- \!!depth#2\dp\strutbox
+ \!!width \zeropoint
+ \!!height#1\strutht
+ \!!depth #2\strutdp
\relax}}
\def\setunicodestrut#1#2% height depth
- {\ifdim#1\ht\strutbox>\zeropoint
+ {\ifdim#1\strutht>\zeropoint
\dosetunicodestrut{#1}{#2}%
- \else\ifdim#1\dp\strutbox>\zeropoint
+ \else\ifdim#1\strutdp>\zeropoint
\dosetunicodestrut{#1}{#2}%
\else
\let\unicodestrut\empty