From 68224ec45c712a97a59a3671aaf46244b6070750 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 20 Mar 2005 18:58:34 +0000 Subject: [project @ 2005-03-20 18:58:34 by jmb] Reinstate font background blending svn path=/import/netsurf/; revision=1554 --- riscos/font.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/font.c b/riscos/font.c index c3986b2db..21d246ed8 100644 --- a/riscos/font.c +++ b/riscos/font.c @@ -388,7 +388,7 @@ bool nsfont_paint(struct css_style *style, const char *string, nsfont_read_style(style, &font_family, &font_size, &font_style); code = rufl_paint(font_family, font_style, font_size * scale, - string, length, x, y); + string, length, x, y, rufl_BLEND_FONT); if (code != rufl_OK) { if (code == rufl_FONT_MANAGER_ERROR) LOG(("rufl_width: rufl_FONT_MANAGER_ERROR: 0x%x: %s", @@ -397,6 +397,7 @@ bool nsfont_paint(struct css_style *style, const char *string, else LOG(("rufl_width: 0x%x", code)); } + return true; } -- cgit v1.2.3