-
-
Notifications
You must be signed in to change notification settings - Fork 901
<font color> #277
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
Comments
@klaszlo8207 The attribute of "font color" does not exist in CSS, rather, you should use the If you have an example of the library working incorrectly with the font color set correctly, please reply with a code example so that I can reproduce the issue. |
In the following example This is a Test! This is a red Test more words! The last "Test" (which should be displayed in red) is cut off. Replacing "font" with "span" would display the text but in black.... Are there plans to support colors in text? |
"font color" this feature is available? |
I think you are referring to the |
I feel that we should adhere to current HTML spec with the plugin. It wouldn't be hard to support this tag, but we already have the ability to set font color via CSS inline styles, which is the recommended way to do it (e.g. |
@erickok any decision on this? |
I'm on the fence about it. I tend to just leave this issue open to allow interested parties to find and comment here. But not support the font tag yet until we feel this is an often desired feature. |
Actually, just a few days later, I have a need for this feature as well 😅... My use case is as follows: I have an html rich text editor package that uses Flutter widgets for the controls and a webview with a Because these APIs haven't been updated in a while, when changing the font size or font color via @erickok if this is enough to sway you I can probably make a quick PR, let me know your thoughts. |
Sure let's do it. |
font color='#ffdedede' not working
how to colorize a text?
The text was updated successfully, but these errors were encountered: