From c38670ade8c664fa511cebb4b5d2950b12e7bf81 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 6 Jul 2015 19:29:16 +0100 Subject: Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed. --- amiga/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/options.h') diff --git a/amiga/options.h b/amiga/options.h index b94242085..a98b1e81d 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -60,6 +60,7 @@ NSOPTION_BOOL(startup_no_window, false) NSOPTION_BOOL(close_no_quit, false) NSOPTION_BOOL(hide_docky_icon, false) NSOPTION_STRING(font_unicode, NULL) +NSOPTION_STRING(font_surrogate, NULL) NSOPTION_STRING(font_unicode_file, NULL) NSOPTION_BOOL(font_unicode_only, false) NSOPTION_BOOL(font_antialiasing, true) -- cgit v1.2.3