[Libreoffice-bugs] [Bug 107405] Setting fixed kerning (text spacing) is limited to -2pt

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 21 22:19:18 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=107405

--- Comment #22 from rb.dev at icloud.com ---
I am having the same issue with character spacing being limited to greater than
-2.0 pts. After looking around in the source code on git.libreoffice.org, I
think I found where the issue might be:

https://git.libreoffice.org/core/+/refs/heads/master/cui/source/tabpages/chardlg.cxx

1248        // based on the current height:
1249        //      - negative until minimum of 2 pt
1250        //      - positive until maximum of 999 pt
1251        _pFontSizeLB->EnablePtRelativeMode( sal::static_int_cast< short
>(-(nCurHeight - 20)), (9999 - nCurHeight) );

I have never worked on a major piece of software like this before, nor do I
have any of the development tools set up, so I don't think I can fix this
myself.

-- 
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/20210921/990e2278/attachment.htm>


More information about the Libreoffice-bugs mailing list