summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 0c566a700..e8adbb565 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -216,6 +216,8 @@ void ro_gui_print_prepare(struct gui_window *g);
/* in font.c */
void nsfont_init(void);
+bool nsfont_exists(const char *font_family);
+const char *nsfont_fallback_font(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,