1 /* Fo
2  * fo-property-common-font.h: Common font property functions
3  *
4  * Copyright (C) 2001 Sun Microsystems
5  * Copyright (C) 2007 Menteith Consulting Ltd
6  *
7  * See COPYING for the status of this software.
8  */
9 
10 #ifndef __FO_PROPERTY_COMMON_FONT_H__
11 #define __FO_PROPERTY_COMMON_FONT_H__
12 
13 #include <libfo/fo-utils.h>
14 #include "fo-property.h"
15 
16 G_BEGIN_DECLS
17 
18 GList* fo_property_common_font_get_pango_attrs (FoProperty *font_family,
19 						/* No font-selection-family */
20 						FoProperty *font_size,
21 						FoProperty *font_stretch,
22 						/* No font-size-adjust */
23 						FoProperty *font_style,
24 						FoProperty *font_variant,
25 						FoProperty *font_weight,
26 						gint        start_index,
27 						gint        end_index);
28 
29 G_END_DECLS
30 
31 #endif /* !__FO_PROPERTY_COMMON_FONT_H__ */
32