aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 22:53:33 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 22:53:33 +0100
commit2cd7252202c10ef8918ce8885cdf26dd5fcf00f5 (patch)
treed81a0fae4c7f4c6d5869da480293a6b897714f46 /libstorycode/stylesheet.c
parent916b00a9ec80e5647ddd13bc32c7cbe64d8b42ee (diff)
Render slide titles and presentation titles
Diffstat (limited to 'libstorycode/stylesheet.c')
-rw-r--r--libstorycode/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/stylesheet.c b/libstorycode/stylesheet.c
index 4d650c1..7054a09 100644
--- a/libstorycode/stylesheet.c
+++ b/libstorycode/stylesheet.c
@@ -244,7 +244,7 @@ const char *stylesheet_get_font(Stylesheet *s, enum style_element el,
*alignment = sty->alignment;
for ( i=0; i<4; i++ ) fgcol[i] = sty->fgcol[i];
- return s->slide_text.font;
+ return sty->font;
}