summaryrefslogtreecommitdiffstats
path: root/eqn.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 12:10:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 12:10:16 +0000
commita7a54c9b7efa4e0e902e2bd8a744520aefefb825 (patch)
tree22b8e7316ee42df1ab3f1e8b9ee27116756ebb86 /eqn.c
parent191a34f624eff4b61a7a5de080ed1e5df46e9bda (diff)
downloadmandoc-a7a54c9b7efa4e0e902e2bd8a744520aefefb825.tar.gz
Add `fat' font. This pretty much brings us in line with the second
edition of eqn.
Diffstat (limited to 'eqn.c')
-rw-r--r--eqn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eqn.c b/eqn.c
index f60120a7..ffdf7a96 100644
--- a/eqn.c
+++ b/eqn.c
@@ -184,6 +184,7 @@ static const struct eqnstr eqnfonts[EQNFONT__MAX] = {
{ "", 0 }, /* EQNFONT_NONE */
{ "roman", 5 }, /* EQNFONT_ROMAN */
{ "bold", 4 }, /* EQNFONT_BOLD */
+ { "fat", 3 }, /* EQNFONT_FAT */
{ "italic", 6 }, /* EQNFONT_ITALIC */
};