Functions | |
void | trim_leading_spaces (std::string &remaining_paragraph) |
std::string | wrap (const std::string &text, int wrap_pixels_width) |
std::string | wrap_paragraph (const std::string ¶graph, int wrap_pixels_width) |
void utilities::imgui::trim_leading_spaces | ( | std::string & | remaining_paragraph | ) |
std::string utilities::imgui::wrap | ( | const std::string & | text, |
int | wrap_pixels_width | ||
) |
std::string utilities::imgui::wrap_paragraph | ( | const std::string & | paragraph, |
int | wrap_pixels_width | ||
) |