To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113800 Issue #|113800 Summary|Avoid pseudo-dupes in fontconfig fontsets Component|gsl Version|OOo 3.2.1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|hdu Reported by|hdu
------- Additional comments from [email protected] Wed Aug 11 12:18:44 +0000 2010 ------- Fontconfig enumerates all the font faces it knows about. This can result in problems when some of the faces can be considered duplicates to other faces like e.g. in issue 113586. The idea is to remove dupes that fontconfig itself wouldn't choose in FontMatch() as early as possible before they can confuse the psp::fontmanager or vcl's ImplDevFontList. This works around the problem of missing dependency information in OOo's packaging (which are outlined in issue 113586) at least for platforms where fontconfig is active. On WIN, MAC and older UNX platforms this is not the case. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
