aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_render_cairo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-09-14 23:45:38 +0200
committerThomas White <taw@bitwiz.me.uk>2019-09-14 23:45:38 +0200
commitc6abe4626c40d4925d6233cf0ca1c30cd49a22cd (patch)
tree4c2b419987f909695993c9b2b51a335fa1b67111 /libstorycode/narrative_render_cairo.h
parentbef894ac4fc76a7c163fba44a8127162a6c40d2b (diff)
Handle *bold* in parser, rather than as a separate stage
Diffstat (limited to 'libstorycode/narrative_render_cairo.h')
-rw-r--r--libstorycode/narrative_render_cairo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/narrative_render_cairo.h b/libstorycode/narrative_render_cairo.h
index c62d2e9..bfd2a05 100644
--- a/libstorycode/narrative_render_cairo.h
+++ b/libstorycode/narrative_render_cairo.h
@@ -46,6 +46,8 @@ extern double narrative_get_height(Narrative *n);
extern double narrative_item_get_height(Narrative *n, int i);
+extern size_t narrative_pos_trail_to_offset(Narrative *n, int i, int offs, int trail);
+
extern int narrative_render_item_cairo(Narrative*n, cairo_t *cr, int i);
extern int narrative_render_cairo(Narrative *n, cairo_t *cr,