Created attachment 109520 [details] screenshot Steps: 1) Open attachment 88044 [details] 2) Notice the spacing between character on the first line and on the line of dashes. Tested on master. This issue doesnt happen on windows. Version: 4.4.0.0.alpha2+ Build ID: 89db5b5b88508e55bce50240d248dd26053f4e09 TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2014-11-12_20:58:53
I face this bug on LibreOffice Writer 4.2.7.2 On Ubuntu 14.04!
Created attachment 113421 [details] Shows space between letter and another related problem! I think the extra white space problem that occurs some times between some Arabic/Persian fonts character is related to another problem that is mentioned as "extra-dash" in the picture!
Looks similar to the kashida problems found in other bug report so adding them to see also.
Looks like you don’t have a bold version of this font (AFAIK Arabic Typesetting has only a regular font), so what you are seeing is the effect of fake bold done by FreeType. Can be easily verified by trying to make bold text using this font on onther application.
Tried to make it bold in Calligra Words but it wouldnt allow me to do so and Calligra only listed regular and italics for that font.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT - Update the version field - Reply via email (please reply directly on the bug tracker) - Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16
*** Bug 97329 has been marked as a duplicate of this bug. ***
This is simply a bug in how FT_GlyphSlot_Embolden() works (the FreeType function we use to create synthetic bold) as it increases the glyph width which causing such bugs. This should be fixed with bug 89870, as we now always use original glyph metrics not FreeType one (that this function changes).
Created attachment 128553 [details] with and without harfbuzz Find the extra spacing between characters in the non-harfbuzz engine better than then harfbuzz version.
Verified. Version: 5.3.0.0.alpha1+ Build ID: 11cab8aba359c655a75791ddbc0f2ffeae8ce206 CPU Threads: 2; OS Version: Linux 3.19; UI Render: default; VCL: gtk2; Layout Engine: new; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-11-06_23:07:09 Locale: en-US (en_US.UTF-8); Calc: group
For clarification: This was fixed on 2016-11-25 by commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=e838d143178ee82c786d11fd792d8d6735858933 by Khaled Hosni (which also fixed bug 89870).