|
WarpX
|
Functions | |
| std::vector< std::string > | automatic_text_wrap (const std::string &text, const int max_line_length) |
| This function performs automatic text wrapping on a string, returning an array of strings each not exceeding the maximum line length (unless the text contains a word exceeding the maximum line length). More... | |
| std::vector<std::string> automatic_text_wrap | ( | const std::string & | text, |
| const int | max_line_length | ||
| ) |
This function performs automatic text wrapping on a string, returning an array of strings each not exceeding the maximum line length (unless the text contains a word exceeding the maximum line length).
| [in] | text | the string containing the text to be wrapped |
| [in] | max_line_length | the maximum line length |
1.8.13