summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-11-20 20:16:08 +0000
committerJames Bursa <james@netsurf-browser.org>2005-11-20 20:16:08 +0000
commit4f56dac95854871c0459ffc30e64ada6cafef366 (patch)
tree6f4492fbc396516958212a80018e7812f852df31 /riscos/gui.h
parent1e675a1006b2462ef5935e22ddb4fcb357aeff60 (diff)
downloadnetsurf-4f56dac95854871c0459ffc30e64ada6cafef366.tar.gz
netsurf-4f56dac95854871c0459ffc30e64ada6cafef366.tar.bz2
[project @ 2005-11-20 20:16:08 by bursa]
Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 66f3a4249..a8df7dcd4 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -12,8 +12,9 @@
#include <stdbool.h>
#include <stdlib.h>
-#include "oslib/osspriteop.h"
-#include "oslib/wimp.h"
+#include <oslib/osspriteop.h>
+#include <oslib/wimp.h>
+#include <rufl.h>
#include "netsurf/utils/config.h"
#include "netsurf/desktop/browser.h"
#include "netsurf/desktop/netsurf.h"
@@ -239,6 +240,9 @@ bool ro_gui_print_keypress(wimp_key *key);
void nsfont_init(void);
bool nsfont_paint(struct css_style *style, const char *string,
size_t length, int x, int y, float scale);
+void nsfont_read_style(const struct css_style *style,
+ const char **font_family, unsigned int *font_size,
+ rufl_style *font_style);
/* in plotters.c */
extern const struct plotter_table ro_plotters;