aboutsummaryrefslogtreecommitdiffstatshomepage
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
commita83e8b87ddf1712de4e78f26949891740aa3898a (patch)
treedc5dca8d7477394778028f1aa6ca92b8a040ac07 /mandoc.h
parent15167b135d8ee142da17dff191c3d1a1450ba18d (diff)
downloadmandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.tar.gz
mandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.tar.zst
mandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.zip
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 502777e0..244586f3 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.92 2011/07/23 12:01:54 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.93 2011/07/23 12:10:16 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -306,6 +306,7 @@ enum eqn_fontt {
EQNFONT_NONE = 0,
EQNFONT_ROMAN,
EQNFONT_BOLD,
+ EQNFONT_FAT,
EQNFONT_ITALIC,
EQNFONT__MAX
};