On 17.10.2012 14:18, Tan Li wrote:
Hi All,
I have a patch for issue 121215, and could you help review?
https://issues.apache.org/ooo/show_bug.cgi?id=121215
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.
Thanks for analyzing and solving the problem.
I didn't find you in the ooo-committer list, so I committed it for you.
Herbert