-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colored Words #262
Comments
ye ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.24f, 1.0f), "Your Text"); // Green |
Guys, please look into the API before asking such trivial questions LOL |
@SMACheats provided the closest feature here. As far as I know, there's no way to do "rich text" markup a la Unity's gui, e.g. |
FIX FOUND
|
You can also simply cast like this: |
Is there a way to change the color of a specific word in a text?
The text was updated successfully, but these errors were encountered: