From 65b5ae0f8fe15d3ad659817cd72febf16cccdfe2 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 20 Feb 2005 13:19:19 +0000 Subject: [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 --- riscos/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscos/gui.h') 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; -- cgit v1.2.3