|
libwtk-sdl2
0.0.1
|
#include <label.hpp>
Public Member Functions | |
| paragraph (std::string text, int trailing_newlines, int font_idx) | |
| paragraph (std::string text, int trailing_newlines) | |
| paragraph (std::string text) | |
Public Attributes | |
| std::string | text |
| int | trailing_newlines |
| int | font_idx |
A type to pass a paragraph with trailing newlines to a label. A paragraph can use a different font and trailing newlines will use that fonts height.
1.8.14