aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-23 21:28:30 +0100
committerThomas White <taw@physics.org>2018-03-23 21:28:30 +0100
commite0204fa4ae96ec9b298b67b723afe9fb6919a0d7 (patch)
treeaf8c7b75108be798483c9c33b7bb493640ca971f /src/frame.h
parent476a5210dcdddcad5eab5c5bc0e3cdee9a7efad1 (diff)
Add \ralign
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 36cdca1..002d397 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -124,6 +124,7 @@ extern double total_height(struct frame *fr);
extern Paragraph *last_para(struct frame *fr);
extern void show_para(Paragraph *p);
extern void set_para_spacing(Paragraph *para, float space[4]);
+extern void set_para_alignment(Paragraph *para, PangoAlignment align);
extern double paragraph_height(Paragraph *para);
extern void render_paragraph(cairo_t *cr, Paragraph *para, ImageStore *is);