https://bugs.freedesktop.org/show_bug.cgi?id=65338

--- Comment #11 from Michael Meeks <[email protected]> ---
The difference (saving each side as .fodp) is:

  <style:style style:name="Standaard-subtitle" style:family="presentation">
   <style:graphic-properties draw:stroke="none" draw:fill="none"
draw:textarea-vertical-align="middle">
...
    <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm"
fo:text-align="center" fo:text-indent="0cm"/>
   <style:text-properties style:use-window-font-color="true"
    ... in this set of attributes ...
   </style:style>

And diffing the text-properties we get (from old & working -> new and broken)

 <style:text-properties style:use-window-font-color="true"
 style:text-outline="false" style:text-line-through-style="none"
-fo:font-family="Arial" style:font-family-generic="roman"
-style:font-pitch="variable" fo:font-size="32pt" fo:font-style="normal"
+style:font-name="Arial" fo:font-size="32pt" fo:font-style="normal"
 fo:text-shadow="none" style:text-underline-style="none"
 fo:font-weight="normal" style:letter-kerning="true"
-style:font-family-asian="&apos;AR PL UMing CN&apos;"
-style:font-family-generic-asian="system"
-style:font-pitch-asian="variable" style:font-size-asian="32pt"
+style:font-name-asian="AR PL UMing CN" style:font-size-asian="32pt"
 style:font-style-asian="normal" style:font-weight-asian="normal"
-style:font-family-complex="&apos;Lohit Devanagari&apos;"
-style:font-family-generic-complex="system"
-style:font-pitch-complex="variable" style:font-size-complex="32pt"
-style:font-style-complex="normal" style:font-weight-complex="normal"
-style:text-emphasize="none" style:font-relief="none"
-style:text-overline-style="none"
+style:font-name-complex="Lohit Devanagari"
+style:font-size-complex="32pt" style:font-style-complex="normal"
+style:font-weight-complex="normal" style:text-emphasize="none"
+style:font-relief="none" style:text-overline-style="none"
 style:text-overline-color="font-color"/>

Adding an fo:font-family="Ariel" back into the mix and we get what is expected;
interesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to