Replies: 1 comment
-
You can use # This is going to be broken to fit bounds.
text "This is the first line. " * 10
move_down 10
# This is going to be a single line of text that goes outside of bounds and even the page.
draw_text "This is the second line. " * 10, at: [0, cursor] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to produce lines of text which can wrap between the lines, but not within them. The equivalent would be:
I tried replacing all whitespace in the sentences with
Prawn::Text::NBSP
but the result was that it split in the middle of words in the sentence.Beta Was this translation helpful? Give feedback.
All reactions