https://bugs.documentfoundation.org/show_bug.cgi?id=107405
--- Comment #22 from [email protected] --- 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.
