Lines Matching refs:text
41 #include "text.hpp"
58 width = tools::text::to_type< size_t >(cols);
77 format_paragraph(const std::string& text,
83 assert(text.find('\n') == std::string::npos);
98 std::vector< std::string > words = tools::text::split(text, " ");
135 impl::format_text(const std::string& text)
137 return format_text_with_tag(text, "", false, 0);
141 impl::format_text_with_tag(const std::string& text, const std::string& tag,
150 std::vector< std::string > lines = tools::text::split(text, "\n");