Skip to content

Word level formatting with Right align #258

Open
@satyendra-singh-talentica

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions