From 560d5d2035793e8902d68ba94294dce0fe549d2f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 9 May 2012 22:23:10 +0000 Subject: Allow a comma-separated list of fonts to be specified in font_unicode_list to provide more preferred fonts. eg. if a user has dedicated Japanese and Korean fonts available they might want a config like: font_unicode:Japanese font_unicode_list:Korean,Code2000 This will scan Japanese and Korean fonts first, then fill in any blanks with Code2000 (followed by alphabetically all other fonts installed) svn path=/trunk/netsurf/; revision=13917 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 136034987..cba209fb2 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -438,7 +438,7 @@ void ami_set_options(void) search_engines_file_location = nsoption_charp(search_engines_file); - sprintf(temp, "%s/UnicodeFontCache", current_user_dir); + sprintf(temp, "%s/FontGlyphCache", current_user_dir); nsoption_setnull_charp(font_unicode_file, (char *)strdup(temp)); -- cgit v1.2.3