Skip to main content
April 3, 2010
Question

Question regarding line ending.

  • April 3, 2010
  • 1 reply
  • 444 views

Hi,

Is it possible to explicitly define the no of characters in a line.

Like line 1 20 characters, line 2 15 characters like this.

-Mahesh.

This topic has been closed for replies.

1 reply

April 6, 2010

No, that's not supported in a way that would survive editing. You could set the text in a wide enough container to hold the longest line, then walk through your characters inserting breaks or returns at the character indices you want, but that would only work for static text.