void TextAnsiColored(const ImVec4 &col, const char *fmt,...)
Displays an ansi text with format string.
void TextAnsiColoredV(const ImVec4 &col, const char *fmt, va_list args)
Displays an ansi text with format string.
void TextAnsiUnformatted(const char *text, const char *text_end=nullptr)
Displays an unformatted ansi text.
void TextAnsiV(const char *fmt, va_list args)
Displays an ansi text with format string.