summaryrefslogtreecommitdiffstats
path: root/mandoc.h
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 /mandoc.h
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 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 7928fde0..dcd4927b 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -306,6 +306,7 @@ enum eqn_fontt {
EQNFONT_NONE = 0,
EQNFONT_ROMAN,
EQNFONT_BOLD,
+ EQNFONT_FAT,
EQNFONT_ITALIC,
EQNFONT__MAX
};