summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-02-20 13:19:19 +0000
committerJames Bursa <james@netsurf-browser.org>2005-02-20 13:19:19 +0000
commit65b5ae0f8fe15d3ad659817cd72febf16cccdfe2 (patch)
treed51966245d3dd96a0422ba9b4adec9cc001f9515 /riscos/gui.h
parent1a52a32e5d5ccf78639c268cc660d8d8b0d98092 (diff)
downloadnetsurf-65b5ae0f8fe15d3ad659817cd72febf16cccdfe2.tar.gz
netsurf-65b5ae0f8fe15d3ad659817cd72febf16cccdfe2.tar.bz2
[project @ 2005-02-20 13:19:19 by bursa]
Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 43a7b9e85..4e2921056 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -249,6 +249,10 @@ void ro_gui_print_open(struct gui_window *g, int x, int y, bool sub_menu, bool k
void ro_gui_print_click(wimp_pointer *pointer);
bool ro_gui_print_keypress(wimp_key *key);
+/* in font.c */
+bool nsfont_paint(struct css_style *style, const char *string,
+ size_t length, int x, int y, float scale);
+
/* in plotters.c */
extern const struct plotter_table ro_plotters;
extern int ro_plot_origin_x;