From 974a4a21e16a2da85a66aae9b80eeca15ca26dd6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 23 Apr 2016 23:32:21 +0100 Subject: split out the layout glyph sizing and splitting API This refactors the core "font" sizing API to be handled through gui function tables similar to every other core/frontend calling API. --- desktop/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index 64d796946..55caf5105 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -246,7 +246,7 @@ bool print_cleanup(hlcache_handle *content, const struct printer *printer, * configuration or lack of memory. */ struct print_settings *print_make_settings(print_configuration configuration, - const char *filename, const struct font_functions *font_func) + const char *filename, const struct gui_layout_table *font_func) { struct print_settings *settings; css_fixed length = 0; -- cgit v1.2.3