Author: chris_y
Date: Sat Oct 24 04:18:22 2009
New Revision: 9654
URL:
http://source.netsurf-browser.org?rev=9654&view=rev
Log:
Fix odd missing chars
Modified:
trunk/netsurf/amiga/font.c
Modified: trunk/netsurf/amiga/font.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/font.c?rev=9654&...
==============================================================================
--- trunk/netsurf/amiga/font.c (original)
+++ trunk/netsurf/amiga/font.c Sat Oct 24 04:18:22 2009
@@ -210,8 +210,6 @@
OT_GlyphMap8Bit,&glyph,
TAG_END) == 0)
{
- tx+= glyph->glm_X1;
-
if(x < tx)
{
i = length+1;
@@ -224,6 +222,8 @@
*char_offset = utf8clen;
}
}
+
+ tx+= glyph->glm_X1;
EReleaseInfo(&ofont->olf_EEngine,
OT_GlyphMap8Bit,glyph,