- incText
void incText(string text)
- incTextBordered
void incTextBordered(string text, ImVec4 borderColor)
Renders text with a slight border
- incTextColored
void incTextColored(ImVec4 color, string text)
- incTextDisabled
void incTextDisabled(string text)
- incTextLink
bool incTextLink(string text, ImVec4 hoverColor, ImVec4 clickedColor, ImVec4 baseColor)
Undocumented in source. Be warned that the author may not have intended to support it.
- incTextLinkWithIcon
bool incTextLinkWithIcon(string icon, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- incTextShadowed
void incTextShadowed(string text)
Renders text with a slight dropshadow
- incTextWrapped
void incTextWrapped(string text)