When a single word cannot fit on a line it is broken up at an arbitrary point. I suggest simply reducing the font size. As for why it looks ok in the preview, it is probably because the preview is a scaled version (where the actual canvas size and font sizes are scaled), and since the drawing code uses integer values, the scaling probably causes the word to just fit, whereas the full size does not.
|