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

Support background colors and borders on <Text> components #698

Closed
rigdern opened this issue Sep 12, 2016 · 4 comments
Closed

Support background colors and borders on <Text> components #698

rigdern opened this issue Sep 12, 2016 · 4 comments
Labels

Comments

@rigdern
Copy link
Contributor

rigdern commented Sep 12, 2016

These features work on iOS and Android.

@rozele
Copy link
Collaborator

rozele commented Sep 12, 2016

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
Sent: ‎9/‎13/‎2016 12:22 AM
To: ReactWindows/react-native-windowsmailto:react-native-windows@noreply.github.com
Subject: [ReactWindows/react-native-windows] Support background colors and borders on components (#698)

These features work on iOS and Android.

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#698

@Pokute
Copy link

Pokute commented Oct 25, 2016

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.

@rozele
Copy link
Collaborator

rozele commented Oct 28, 2016

@Pokute any sample code or other details you'd like to share?

@rozele rozele added the .NET label Feb 26, 2019
@chrisglein chrisglein added the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost
Copy link

ghost commented Oct 25, 2019

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.

@ghost ghost removed the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@chrisglein chrisglein added the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost ghost removed the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost ghost closed this as completed Oct 25, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants