Skip to content
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

Add: a TextColour flag to ignore colour changes from strings #7845

Merged
merged 1 commit into from Dec 23, 2019

Conversation

glx22
Copy link
Contributor

@glx22 glx22 commented Nov 26, 2019

Passing a TextColor to DrawString() calls only set the initial colour used to draw a string. If the string contains colour changes, the text will be drawn using this new colour. This PR introduces TC_FORCED flag to use in combination with the TextColor (eg TC_RED | TC_FORCED) when calling DrawString().

This change is mainly requested for #7843 but could be used in other places too.

@LordAro
Copy link
Member

LordAro commented Nov 27, 2019

For those not on irc, and perhaps more importantly future us in a week's time, can you explain why you're adding this, and how it's used?

@glx22
Copy link
Contributor Author

glx22 commented Nov 27, 2019

Edited the first comment.

@LordAro LordAro merged commit 42144ec into OpenTTD:master Dec 23, 2019
@glx22 glx22 deleted the forced_colour branch December 24, 2019 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants