prawnpdf / prawn-table

Provides support for tables in Prawn
Other
205 stars 99 forks source link

Allow setting disable_wrap_by_char option on cell text #99

Open ruimiguelsantos opened 6 years ago

ruimiguelsantos commented 6 years ago

Added in Prawn 1.2, disable_wrap_by_char allows text boxes to disable wrapping by character. When used with :shrink_to_fit overflow option, this will shrink the word all the way down to fit it in a single unbroken line, instead of having mid-word line breaks.