GNOME Bugzilla – Bug 101015
Word wrapping not done on a print.
Last modified: 2004-12-22 21:47:04 UTC
Below is the example Examples: o "... for the past" prints out as "... for the pas" + LINE BREAK + "t" o "... the major benefits" prints out as "... the major bene" + LINE BREAK + "fits" o "... for an application" prints out as "... for an applicatio" + LINE BREAK + "n" Line breaks should not appear in the middle of words. When a word is too long to fit on the current line, the break should occur at the end of the previous word. The only exception would be if the word is longer than the line width (something like a very long URL, for example).
Created attachment 12935 [details] [review] The Patch fixes the problem.
Adding the PATCH keyword.
*** This bug has been marked as a duplicate of 99273 ***