feat: support for font color#12
Conversation
|
Finally, as font is deprecated in HTML5, I've changed the pull request to support span tag with attribute style color in hexadecimal format (no support for other span or style attributes) |
|
Thank you for the submission! I agree this is an important feature because the Android OS supports it, at least partially. Before adding the feature, I want to make sure it's as efficient as possible and provides at least the same level of support as the Android implementation. I'll probably do it myself when I have time but you can already check my comments if you want to improve the code. |
4826c11 to
6bae7ff
Compare
|
Sorry for the delay, I took time to think this through and do my own implementation in #15.
Even if I won't merge this PR I will still credit your work in the release notes. Thank you for your contribution! |
|
Thank you very much @cbeyls 🙏 You're doing a great work 👍 |
Hi,
I've added support for font tag with attribute color in hexadecimal format (no support for other font attributes)
It can be very useful for displaying multicolor text.
I need it for my project, and waiting for your remarks / approval
Many thanks !