From a716de927edbe4aaeb2025c6f11d988ca3ee05b9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 23 Feb 2019 10:22:26 +0100 Subject: Unformatted text rendering --- libstorycode/slide_priv.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libstorycode/slide_priv.h') diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h index 65d2459..fb535ba 100644 --- a/libstorycode/slide_priv.h +++ b/libstorycode/slide_priv.h @@ -23,6 +23,12 @@ #ifndef SLIDE_PRIV_H #define SLIDE_PRIV_H +#ifdef HAVE_PANGO +#include +#endif + +#include "storycode.h" + enum slide_item_type { SLIDE_ITEM_TEXT, @@ -40,6 +46,10 @@ struct slide_item /* For TEXT */ char **paragraphs; int n_paras; + enum alignment align; +#ifdef HAVE_PANGO + PangoLayout **layouts; +#endif /* For IMAGE */ char *filename; -- cgit v1.2.3