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

Feature request: Draw text without affecting background color #68

Open
flautines opened this issue Apr 17, 2020 · 0 comments
Open

Feature request: Draw text without affecting background color #68

flautines opened this issue Apr 17, 2020 · 0 comments

Comments

@flautines
Copy link

I wanted to add some shadow/3d effects to the texts I draw. A very common trick to do that is to draw the same text slightly off by several pixels with a darker color and then draw the same text over with a lighter color.

But to do that the background color must not be changed on successive calls to draw text, or the effect is completely ruined.

Would it be possible to add an option not to draw any background color when drawing text (perhaps by adding a special numeric value to setBackgroundcolor())?

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

No branches or pull requests

1 participant