diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-03-22 00:42:04 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-03-22 00:42:04 +0100 |
commit | bf89dce60e148cd7eb12c17984417a18496661da (patch) | |
tree | 92c02aa0ebc26a84c46098ed8d56931bd9cb6a5e /libstorycode/slide.h | |
parent | 891e3c9bff47bde012672aa699280400124d2447 (diff) |
Implement slide text paragraph splitting
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r-- | libstorycode/slide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h index 6242d08..ab014d5 100644 --- a/libstorycode/slide.h +++ b/libstorycode/slide.h @@ -54,6 +54,8 @@ extern void slide_item_get_padding(SlideItem *item, Stylesheet *ss, double *l, double *r, double *t, double *b, double slide_w, double slide_h); +extern void slide_item_split_text_paragraph(SlideItem *item, int para, size_t off); + /* For debugging, not really part of API */ extern void describe_slide(Slide *s); |