wordwrap


Description:

public string wordwrap (string str, int width, bool cut = false)

wordwrap paragraph

Parameters:

str

the paragraph to wordwrap

width

maximum width of each lines

cut

cur word rather than wordwrap [not implemented]