[Libreoffice-bugs] [Bug 140197] A letter cut off at certain zoom-level
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 5 20:38:17 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140197
Telesto <telesto at surfxs.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |noelgrandin at gmail.com
--- Comment #5 from Telesto <telesto at surfxs.nl> ---
@Noel
Not sure if I should you thank you for the uncovering the annoying bug (here
and here bug 140161) present for years in a way finally makes sense (especially
bug 103322) or argh.. you broke something..
author Michael Stahl <mstahl at redhat.com> 2013-06-15 21:25:27 +0200
committer Michael Stahl <mstahl at redhat.com> 2013-06-20 00:34:38
+0200
commit 6db39dbd7378351f6476f6db25eb7110c9cfb291 (patch)
tree 0f9321d40740e87e80d8ed05a7c7f474d5310afd
parent e012f326c1c32c053304998a6826cb322f2c7728 (diff)
fdo#52028: sw: let text formatting ignore RSID in automatic styles
A suprising regression from 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c:
The RSID text attributes that are inserted for every user-inserted text
cause the text formatting (SwAttrIter) to create a lot more text portions,
and the portion breaks make font kerning impossible.
This is the only way i can think of to fix this problem; alternatives that
don't work are splitting the RSID out of the AUTOFMT hint into a separate
one and combining them in the sw UNO wrappers (fails because
SwXAutoStylesEnumerator actually does need to enumerate every AUTOFMT
including RSID), trying to detect and ignore them just in the text
formatting (the SwAttrIter cannot easily/cheaply detect when it's allowed
to skip), and having an internal subdivision inside the AUTOFMT hint (one
subsection for every RSID change) (which does not work because it cannot
ignore RSID-only AUTOFMTs completely).
[and so on]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210205/6532028f/attachment.htm>
More information about the Libreoffice-bugs
mailing list