https://bugs.freedesktop.org/show_bug.cgi?id=82018
Matthew Francis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #103824|0 |1 is obsolete| | --- Comment #5 from Matthew Francis <[email protected]> --- Created attachment 103990 --> https://bugs.freedesktop.org/attachment.cgi?id=103990&action=edit Updated document which illustrates the issue Font fallback appears to have been a red herring. In an attempt to further isolate the cause, I took the original test document, and edited its XML content as follows: - Removed all the content from styles.xml - Removed all the content from meta.xml - Removed all extraneous declarations from content.xml, leaving only the sample text itself - Progressively removed the content of settings.xml until the problem disappeared This revealed that the direct cause of the problem is the following line in settings.xml: <config:config-item config:name="CharacterCompressionType" config:type="short">1</config:config-item> With CharacterCompressionType == 1 or 2, the problem appears With CharacterCompressionType == 0 (or the line omitted), the problem does not appear The attached updated test file contains only built-in fonts, and shows the issue occurring in two ways. - In the first paragraph, in which there is only normal text, the text is rendered far beyond the right margin - In the second paragraph, in which normal text switches to bold text half way through, the text is rendered overlapping as in the original test document -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
