aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-02 00:01:18 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-02 00:01:18 +0200
commitd66afeb74fed4be680cc56ca5c0fb7fd0c1fa53c (patch)
treec5c75e8d335aaf422e034bf20e5bb42efa53ea13 /src/frame.h
parent75967f41675ca5f4c9112460b67a2e77733eb1e4 (diff)
Paragraph spacing
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 907a910..e128d09 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -105,8 +105,11 @@ extern struct frame *find_frame_with_scblocks(struct frame *top,
extern double total_height(struct frame *fr);
extern Paragraph *last_open_para(struct frame *fr);
+extern Paragraph *current_para(struct frame *fr);
extern void close_last_paragraph(struct frame *fr);
+extern void set_para_spacing(Paragraph *para, float space[4]);
+
extern double paragraph_height(Paragraph *para);
extern void render_paragraph(cairo_t *cr, Paragraph *para, ImageStore *is,
enum is_size isz);