From 4f56dac95854871c0459ffc30e64ada6cafef366 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 20 Nov 2005 20:16:08 +0000 Subject: [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 --- riscos/gui.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'riscos/gui.h') 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 #include -#include "oslib/osspriteop.h" -#include "oslib/wimp.h" +#include +#include +#include #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; -- cgit v1.2.3