[Libreoffice-bugs] [Bug 106638] FILEOPEN PPTX Arial (Corps) changed to Wingdings
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 15 15:56:06 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=106638
--- Comment #10 from Mark Hung <marklh9 at gmail.com> ---
In attachment 132004 there exist some fragment inside:
<a:r>
<a:rPr lang="fr-FR" sz="2000" i="0" dirty="0" smtClean="0">
<a:solidFill>
<a:srgbClr val="FF0000"/>
</a:solidFill>
<a:sym typeface="Wingdings"/>
</a:rPr>
<a:t>stratégique si la France veut se positionner</a:t>
</a:r>
Notice from document here:
https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.symbolfont?view=openxml-2.8.1
Said that the run of text is rendered using the font specified by a:sym
typeface.
Office obvious did not follow that.
Implementation trace back to
commit 3a95d76279984551d2843e89db58a0b2ad1808a7
Author: sj <sj at openoffice.org>
Date: Tue Oct 12 16:11:23 2010 +0200
impress202: #i113673# added support of smybol fonts
And from
https://docs.microsoft.com/en-us/openspecs/office_standards/ms-oi29500/2fc70eb8-232c-4820-9449-43baa12fe65f
Says nothing about which part of the text should a:sym typeface be applied.
--
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/20191015/6ca4cc65/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list