You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 0.1.23 was added the Unicode Line Breaking Algorithm (UAX #14) for splitting words. Some texts are now wrapped in different ways.
Problem with wrapping long words is known issue #204, it was fixed (see #204 (comment)). The fix will be in a new version.
Can someone explain how text wrapping is handled currently, I'm looking to do a function if text starts to wrap to create a stack, any help would be great
I just upgraded from 0.1.17 to 0.1 28
One data value that is going into (a fixed-width column of) a table looks like this:
43.0554700,-76.0633570,75.00 m,0.00 m,,Unknown,0,0
in version 17 the value wrapped like this in the PDF:
43.0554700,-76.
0633570,75.00 m,0.00
m,,Unknown,0,0
in version 28 the same value is being wrapped like this in the PDF:
43.0554700,-76.0633570,75.00
m,0.00 m,,Unknown,0,0
That change causes overlap as shown below. Is this a known issue?
The text was updated successfully, but these errors were encountered: