Hi,
I have noticed that with the text-align css property set to justify, the corresponding generated TEXT boxes obtained via the boxTracking API have the spaces stripped from the string reported by the box's .text property.
I can see why this might be (the word spaces vary their widths, so I guess need to be replaced by some other structure). But, is there, or can there be, any way to find out how many such 'spaces' there are on a line (e.g. a box property called "wordBreakCount")?
Thanks for your awesome software!
I have noticed that with the text-align css property set to justify, the corresponding generated TEXT boxes obtained via the boxTracking API have the spaces stripped from the string reported by the box's .text property.
I can see why this might be (the word spaces vary their widths, so I guess need to be replaced by some other structure). But, is there, or can there be, any way to find out how many such 'spaces' there are on a line (e.g. a box property called "wordBreakCount")?
Thanks for your awesome software!