Open
Description
When using word level formatting, with aligning (horizontal align - left, right or center) option causes the text parts to break line,
even if I use breakLine as false in each of the text parts.
ex:
slide.addText(
[
{ text:'word-level formatting', options:{ breakLine:false} },
{ text:'...in the same textbox', options:{} }
],
{ x:0.5, y:4.1, margin:0.1, align: left }
);
This will render as
word-level formatting
...in the same textbox
This a help-wanted.