From 5412d7c1b04b4326d1fcd5a2e633ec0f6cff81de Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 8 Mar 2011 18:48:23 +0000 Subject: Don't scale text plots in front end (RISC OS). svn path=/trunk/netsurf/; revision=11937 --- riscos/plotters.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscos/plotters.c') diff --git a/riscos/plotters.c b/riscos/plotters.c index 8d489fc0f..4d20910b4 100644 --- a/riscos/plotters.c +++ b/riscos/plotters.c @@ -407,8 +407,7 @@ bool ro_plot_text(int x, int y, const char *text, size_t length, return nsfont_paint(fstyle, text, length, ro_plot_origin_x + x * 2, - ro_plot_origin_y - y * 2, - ro_plot_scale); + ro_plot_origin_y - y * 2); } -- cgit v1.2.3