https://bugs.documentfoundation.org/show_bug.cgi?id=94005
László Németh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |114534 --- Comment #3 from László Németh <[email protected]> --- This is definitely a bug. Likely the actual resolution is double of the resolution of the UI: 1/20 pt (1 twips), according to LibreOffice core, so it would be better/correct to set a 0.05 pt step on the user interface. But it's possible, that there is a conversion problem here, too: On the UI – setting 0.1 pt exported as fo:letter-spacing="0.11pt" in .odt; – setting 0.05 pt exported as fo:letter-spacing="0.11pt" in .odt, visualized as 0.1 pt on the UI; – setting 0.04 pt exported as fo:letter-spacing="normal" (i.e. ~0pt), visualized as 0 pt on the UI. By the way, the best solution would be implementing custom letter spacing to handle this requirement automatically after setting a minimum letter spacing for the paragraph, like DTP software do. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=114534 [Bug 114534] [META] Paragraph alignment bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
