-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
How can justify text #69
Comments
There isn't currently a way to justify text in this library. If this issue gets enough 👍s, I'll look into implementing it, or anybody is welcome to open a pull request at any time. |
How many 👍s are "enought 👍s" ? 😄 |
Do you want to justify HTML parsed by the richText parser or by the default parser? |
In my case the rich text parser. But I guess both should be available. |
In the case of the default parser, you can easily do it yourself by using the custom parser. I will look into implementing it in the richText parser. It might be useful for me as well. |
I was thinking maybe having a custom properties attribute for each of the heading elements and the paragraph element would be useful, so you can fine control each element. |
Hello guys,
i want to know is their any way to justify the text, how can i user TextAlign.justify in this lib.
Thanks.
The text was updated successfully, but these errors were encountered: