summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/html.h b/html.h
index 8a85bdb1..2e77f7f1 100644
--- a/html.h
+++ b/html.h
@@ -112,6 +112,10 @@ struct html {
char *style;
char buf[BUFSIZ];
size_t buflen;
+ int metafont;
+#define METAF_BOLD (1 << 0)
+#define METAF_UNDER (1 << 1)
+ int metamask;
};
struct roffsu;