summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
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;