-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Combine centerText with scrollText=auto #96
Comments
Yes, it would have to completely rebuild DrawText. |
+1 on this one from me too. Having a bitmap and animation, would be nice to have text start centered, then scroll while keeping bitmap. Thanks! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Still would be an useful extension |
@miccgn please test the latest beta: https://github.com/pixelit-project/PixelIt/releases/tag/2.3.2-beta |
Implemented in latest (2.3.2) release |
Thanks! |
It would be a nice enhancement if I could specify both "centerText=true" and "scrollText=auto".
Expected behaviour:
Difference to now is that text that fits will be centered, not adjusted left.
I have some ideas how to do this, but this requires redesign of all the DrawText... functions.
The text was updated successfully, but these errors were encountered: