aboutsummaryrefslogtreecommitdiff
path: root/fmt/font.h
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-07-06 14:58:33 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-07-06 18:42:06 -0400
commit4f75aa12e4fffd8603da5a5fdb74dd72ccefdcd3 (patch)
treef297cb4c15f51d83551464866291092c33dba681 /fmt/font.h
parent1c9a48c5c5cb0509ed3094e1925cbb0cdddc69cd (diff)
fixed strut definition
Diffstat (limited to 'fmt/font.h')
-rw-r--r--fmt/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmt/font.h b/fmt/font.h
index e4d6189..459c452 100644
--- a/fmt/font.h
+++ b/fmt/font.h
@@ -47,6 +47,6 @@
\setbox0=\hbox{\vphantom(}%
\dimen1=\ht0\advance\dimen1 by 1.5pt%
\expandafter\edef\orig{\realname\size\the\dimen0\setbox\strutbox=\hbox{\vrule
- height \the\dimen1 depth \the\dp0 width 0pt}\adjs}
+ depth \the\dp0\space height \the\dimen0\space width 0pt}\adjs}
}
}