text-item: Use struct font_style instead of individual fields.
[pspp] / src / output / table.h
index a212aa4be2e3c7e09425911480daeb95d12648dd..5c47ffe88c0c68e7a49ee0788c91d9b926af2f1a 100644 (file)
@@ -156,6 +156,7 @@ void font_style_copy (struct pool *,
                       struct font_style *, const struct font_style *);
 void font_style_uninit (struct font_style *);
 void font_style_dump (const struct font_style *);
+bool font_style_equal (const struct font_style *, const struct font_style *);
 
 struct table_area_style
   {