From 2d515e267ae76cae7a2c0ff579ac923c356fc705 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Jan 2003 23:16:04 +0000 Subject: [project @ 2003-01-07 23:16:04 by bursa] Move baseline of text up. svn path=/import/netsurf/; revision=89 --- riscos/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 5d9e09f34..d84b02540 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -1,5 +1,5 @@ /** - * $Id: gui.c,v 1.13 2003/01/06 00:04:43 bursa Exp $ + * $Id: gui.c,v 1.14 2003/01/07 23:16:04 bursa Exp $ */ #include "netsurf/riscos/font.h" @@ -702,7 +702,7 @@ if (g->data.browser.bw->current_content->data.html.text_selection.selected == 1) font_paint(box->font->handle, box->text, font_OS_UNITS | font_GIVEN_FONT | font_KERN | font_GIVEN_LENGTH, - x + box->x * 2, y - box->y * 2 - box->height * 2, + x + box->x * 2, y - box->y * 2 - box->height * 1.5, NULL, NULL, box->length); -- cgit v1.2.3