aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.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/slide.h
parent14c998b253489b88bc4da904409e32c86bbe92c0 (diff)
Render text with font
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index a7574e1..ca67c2a 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -30,28 +30,7 @@
typedef struct _slide Slide;
typedef struct _slideitem SlideItem;
-enum length_unit
-{
- LENGTH_FRAC,
- LENGTH_UNIT
-};
-
-
-struct length
-{
- double len;
- enum length_unit unit;
-};
-
-
-struct frame_geom
-{
- struct length x;
- struct length y;
- struct length w;
- struct length h;
-};
-
+#include "stylesheet.h"
extern Slide *slide_new(void);
extern void slide_free(Slide *s);