![]() |
0.5.0
|
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. | |
Text which can be colored by Ansi codes.
Definition in file TextAnsiColored.hpp.