summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/font.c')
-rwxr-xr-xamiga/font.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/font.c b/amiga/font.c
index 5ec52032f..441f4d408 100755
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -341,6 +341,8 @@ bool nsfont_split(const plot_font_style_t *fstyle,
}
}
+ tx+= tempx;
+
if ((x < tx) && (*char_offset != 0)) {
/* Reached available width, and a space was found;
* split there. */
@@ -348,7 +350,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
return true;
}
- tx += tempx;
utf16 = utf16next;
utf8_pos = utf8_next(string, length, utf8_pos);
}