From c716a53bedad39d7fe663ea6e6a9a35987775c39 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 16 Aug 2013 09:28:56 +0100 Subject: Make the no_font_blending toggle. --- riscos/font.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos') diff --git a/riscos/font.c b/riscos/font.c index 06bea088c..ddbe8536d 100644 --- a/riscos/font.c +++ b/riscos/font.c @@ -56,6 +56,7 @@ static bool nsfont_split(const plot_font_style_t *fstyle, char ro_gui_desktop_font_family[80]; int ro_gui_desktop_font_size = 12; rufl_style ro_gui_desktop_font_style = rufl_WEIGHT_400; +bool no_font_blending = false; const struct font_functions nsfont = { nsfont_width, -- cgit v1.2.3