You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/10/15 06:58:26 UTC

[Bug 121215] [From Symphony]Font name Arial in XLS is changed to Arial1 when save as .ods

https://issues.apache.org/ooo/show_bug.cgi?id=121215

Tan Li <li...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |litan.test@gmail.com

--- Comment #1 from Tan Li <li...@gmail.com> ---
I have a patch for this issue.

Root cause:
Font pitch is set PITCH_DONTKNOW for all FontFamily while construct font item.
While some FontFamily has known pitch type. It will treat Arial with
PITCH_DONTKNOW as new font from previou Arial font in document. 

Solution:
Set corresponding font pitch for FontFamily according to official literature to
avoid mistake one font as two.

-- 
You are receiving this mail because:
You are the assignee for the bug.