summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf_form.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf/pdf_form.c b/pdf/pdf_form.c
index 3d14208f..3a9c7a46 100644
--- a/pdf/pdf_form.c
+++ b/pdf/pdf_form.c
@@ -606,6 +606,10 @@ static int text_splitter_layout(fz_context *ctx, text_splitter *splitter)
stride = pdf_text_stride(ctx, splitter->info->font, fontsize, (unsigned char *)text, len, room, &count);
+ /* If not a single char fits although the line is empty, then force one char */
+ if (count == 0 && splitter->x == 0.0)
+ stride = pdf_text_stride(ctx, splitter->info->font, fontsize, (unsigned char *)text, 1, FLT_MAX, &count);
+
if (count < len && splitter->retry)
{
/* The word didn't fit and we are in retry mode. Work out the