[Libreoffice-bugs] [Bug 107405] Setting fixed kerning is limited to -2pt

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 28 17:23:38 UTC 2017


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

--- Comment #8 from V Stuart Foote <vstuart.foote at utsa.edu> ---
converting the Word 2007 OOXML (attachment 132811) to ODF with Word 2016,
LibreOffice 5.3.3.2 retains the fo:letter-spacing of the MSO spacing value.
Exactly same handling with import filter opening into 5.3.3.2

So it is _not_ an issue with the DOCX/OOXML import filter.

Rather, edit engine rendering to document canvas does not reduce Xspacing/Fixed
Kerning below the 2.0pt value--either when rendering or as limited in the
SpinBox GUI.



Snippets from the OOXML -> ODF -> .fodt

 <style:style style:name="P1" style:family="paragraph"
style:parent-style-name="Normal" style:master-page-name="MP0">
   <style:paragraph-properties style:page-number="auto"
fo:break-before="page"/>
  </style:style>
  <style:style style:name="T1" style:family="text">
   <style:text-properties fo:letter-spacing="-0.0071in"/>
  </style:style>
  <style:style style:name="T2" style:family="text">
   <style:text-properties fo:letter-spacing="-0.0138in"/>
  </style:style>
  <style:style style:name="T3" style:family="text">
   <style:text-properties fo:letter-spacing="-0.028in"/>
  </style:style>
  <style:style style:name="T4" style:family="text">
   <style:text-properties fo:letter-spacing="-0.0417in"/>
  </style:style>

   <text:p text:style-name="P1">Spacing - <text:span
text:style-name="Default_20_Paragraph_20_Font"><text:span
text:style-name="T1">Condensed 0.5pt</text:span></text:span>, <text:span
text:style-name="Default_20_Paragraph_20_Font"><text:span
text:style-name="T2">Condensed 1pt</text:span></text:span>, <text:span
text:style-name="Default_20_Paragraph_20_Font"><text:span
text:style-name="T3">Condensed 2pt</text:span></text:span>, <text:span
text:style-name="Default_20_Paragraph_20_Font"><text:span
text:style-name="T4">Condensed 3pt</text:span></text:span></text:p>
  </office:text>

-- 
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/20170628/bcb58aea/attachment.html>


More information about the Libreoffice-bugs mailing list