From 3a92cd0f46c98cc8e9d80d4f7383c9fc66a281f6 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 6 Jul 2020 17:19:57 -0400
Subject: switched from predefined vrule to \vphantom(
---
fmt/font.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
(limited to 'fmt/font.h')
diff --git a/fmt/font.h b/fmt/font.h
index 459c452..f7d69e0 100644
--- a/fmt/font.h
+++ b/fmt/font.h
@@ -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}
}
}
--
cgit