Text which can be colored by Ansi codes.
More...
Go to the source code of this file.
|
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.
|
|
◆ TextAnsiColored()
void ImGui::TextAnsiColored |
( |
const ImVec4 & | col, |
|
|
const char * | fmt, |
|
|
| ... ) |
Displays an ansi text with format string.
- Parameters
-
[in] | col | Color to display text in |
[in] | fmt | Format string |
[in] | ... | Further arguments |
◆ TextAnsiColoredV()
void ImGui::TextAnsiColoredV |
( |
const ImVec4 & | col, |
|
|
const char * | fmt, |
|
|
va_list | args ) |
Displays an ansi text with format string.
- Parameters
-
[in] | col | Color to display text in |
[in] | fmt | Format string |
[in] | args | Format arguments |
◆ TextAnsiUnformatted()
void ImGui::TextAnsiUnformatted |
( |
const char * | text, |
|
|
const char * | text_end = nullptr ) |
Displays an unformatted ansi text.
- Parameters
-
[in] | text | C-style string pointer |
[in] | text_end | Pointer to the end of the text or nullptr |
◆ TextAnsiV()
void ImGui::TextAnsiV |
( |
const char * | fmt, |
|
|
va_list | args ) |
Displays an ansi text with format string.
- Parameters
-
[in] | fmt | Format string |
[in] | args | Format arguments |