summaryrefslogtreecommitdiff
path: root/tex/context/base/font-uni.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2003-03-17 00:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2003-03-17 00:00:00 +0100
commit44a457e94e531de21ed9138035570e6fc23d9019 (patch)
tree54309784563741c1b7c5c29f65d858b7f4773cfc /tex/context/base/font-uni.tex
parent53ce0dd521f2b963dade4e19d4ee386cef29289b (diff)
downloadcontext-44a457e94e531de21ed9138035570e6fc23d9019.tar.gz
stable 2003.03.17
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