-
Notifications
You must be signed in to change notification settings - Fork 42
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
FormattedText bold tag and word spacing issues #103
Comments
It look like you have the outline thickness set to 1. When I adjusted mine I saw the result you have. Can you switch it to 0? Outline has no impact on spacing. |
I'm not actually sure if it's possible to fix it and guarantee a good result. Bold in particular with and outline really messes up the spacing. I'll have to check it out. Letter spacing might be the next level of configurable setting. The image in last reply is generally the use I've gone with and has looked fine (depending on the font). |
I've noticed that the preview sometimes has weird spacing but when I go to export, it comes out looking perfectly. I don't know if I consider this to be a bug, just an artifact of trying to render real-time and possibility at lower fidelity? Here's some examples, in order, of preview followed by output. |
I'm getting some strange behavior with FormattedText and long words.
You'll also get different results (characters spread out or are shift closer together) when increasing or decreasing the font size.
I also have problems with some characters overlapping bolded characters (like in the last line in the picture).
<b>thistextisvery bold</b>\nthistextisnotveryveryveryvery bold\n<b>this text is very bold too</b>\nthis is also <b>bold</b>!
The text was updated successfully, but these errors were encountered: