Fix odd missing chars

svn path=/trunk/netsurf/; revision=9654
This commit is contained in:
Chris Young 2009-10-24 09:18:22 +00:00
parent 5ce6402321
commit 90012b487a

View File

@ -210,8 +210,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
OT_GlyphMap8Bit,&glyph,
TAG_END) == 0)
{
tx+= glyph->glm_X1;
if(x < tx)
{
i = length+1;
@ -225,6 +223,8 @@ bool nsfont_split(const plot_font_style_t *fstyle,
}
}
tx+= glyph->glm_X1;
EReleaseInfo(&ofont->olf_EEngine,
OT_GlyphMap8Bit,glyph,
TAG_END);