-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support background colors and borders on <Text> components #698
Comments
These are not available features of the UWP RichTextBlock implementation. This would have to be done in JavaScript to simulate, by putting a view behind the text. Of course, it would not support background colors of virtual text nodes. From: Adam Comellamailto:notifications@github.com These features work on iOS and Android. You are receiving this because you are subscribed to this thread. |
I did use some time to try and implement a glow for text natively. I was successful for many elements, including simple text, but I think it was RichTextBlock which proved to be very complicated to implement it for. Basically required multiple different render operations combined to make a mask from which to generate the glow. |
@Pokute any sample code or other details you'd like to share? |
We are not investing in new features or lower priority bug fixes on vCurrent. The bulk of investment is now in vNext as we prepare to make that the default choice. If this issue is still relevant on the vNext implementation please open a vNext issue. If this issue is of significant severity for a vCurrent app and vNext is not an option, re-open with justification. |
These features work on iOS and Android.
The text was updated successfully, but these errors were encountered: