mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 05:19:18 +03:00
Fix odd missing chars
svn path=/trunk/netsurf/; revision=9654
This commit is contained in:
parent
5ce6402321
commit
90012b487a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user