0.4.1
Loading...
Searching...
No Matches
TextAnsiColored.hpp File Reference

Text which can be colored by Ansi codes. More...

Go to the source code of this file.

Namespaces

namespace  ImGui
 

Functions

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

Detailed Description