From ac0babc62f7cea46ace617a6bd1be66bef058f3f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Apr 2010 11:25:38 +0000 Subject: Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font escapes (noted by Frantisek Holop). --- out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'out.h') diff --git a/out.h b/out.h index 9ace7117..b5eb7c81 100644 --- a/out.h +++ b/out.h @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.9 2009/11/12 08:21:05 kristaps Exp $ */ +/* $Id: out.h,v 1.10 2010/04/07 11:25:38 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -45,6 +45,8 @@ enum roffdeco { DECO_PREVIOUS, DECO_SIZE, DECO_NOSPACE, + DECO_FONT, /* font */ + DECO_FFONT, /* font family */ DECO_MAX }; -- cgit v1.2.3