aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/scparse_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-23 18:04:22 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-23 18:04:22 +0100
commit0cf09c110c9919efcbc3ff3b59cb83622b4ce1b2 (patch)
treef9da8c140afb5dabc8f6d5b8f4dbe8c20793a938 /libstorycode/scparse_priv.h
parent14c998b253489b88bc4da904409e32c86bbe92c0 (diff)
Render text with font
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r--libstorycode/scparse_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h
index fc73bcb..5812c94 100644
--- a/libstorycode/scparse_priv.h
+++ b/libstorycode/scparse_priv.h
@@ -41,6 +41,7 @@ struct scpctx
/* Frame options */
struct frame_geom geom;
int geom_set;
+ char *font;
};
#endif /* SCPARSE_PRIV_H */