diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-07 11:25:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-07 11:25:38 +0000 |
commit | 84656c571204bca5fbcfe0ff94a6e39739bd404b (patch) | |
tree | 36337e7317266c2466c8fabc3ae37308e7923abf /out.h | |
parent | 203a7fc981fef187b30804a2cab03e1d993e9152 (diff) | |
download | mandoc-84656c571204bca5fbcfe0ff94a6e39739bd404b.tar.gz |
Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font escapes (noted by Frantisek Holop).
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ enum roffdeco { DECO_PREVIOUS, DECO_SIZE, DECO_NOSPACE, + DECO_FONT, /* font */ + DECO_FFONT, /* font family */ DECO_MAX }; |