diff options
Diffstat (limited to 'fmt/font.h')
-rw-r--r-- | fmt/font.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -44,9 +44,6 @@ } \gdef\xfont{ \expandafter\getfontsize\expandafter\dimen0\expandafter=\realname - \setbox0=\hbox{\vphantom(}% - \dimen1=\ht0\advance\dimen1 by 1.5pt% - \expandafter\edef\orig{\realname\size\the\dimen0\setbox\strutbox=\hbox{\vrule - depth \the\dp0\space height \the\dimen0\space width 0pt}\adjs} + \expandafter\edef\orig{\realname\size\the\dimen0\setbox\strutbox=\hbox{\noexpand\vphantom(}\adjs} } } |