From 7003f6932efd8a118acbd30fba85e15bd76238dd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 May 2012 19:09:42 +0000 Subject: Use font_unicode option as preferred (first scanned) font. Ideally need to expand this so multiple fonts can be specified. Allow disabling of scanning other fonts. Add stubs for a scanning progress GUI. svn path=/trunk/netsurf/; revision=13907 --- amiga/font_scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/font_scan.h') diff --git a/amiga/font_scan.h b/amiga/font_scan.h index 8b0ecc7ce..62dfced2e 100755 --- a/amiga/font_scan.h +++ b/amiga/font_scan.h @@ -21,7 +21,7 @@ #include -void ami_font_scan_init(const char *filename, struct MinList *list, +void ami_font_scan_init(const char *filename, bool force_scan, lwc_string **glypharray); void ami_font_scan_fini(lwc_string **glypharray); const char *ami_font_scan_lookup(uint16 code, lwc_string **glypharray); -- cgit v1.2.3