https://bugs.documentfoundation.org/show_bug.cgi?id=172879
--- Comment #4 from Jonathan Clark <[email protected]> --- (In reply to Khaled Hosny from comment #3) > How are were we reading the localized names before, or it is just what GDI > returned based on system locale? It was based on system configuration. This call, I believe: Gdiplus::FontFamily::GetFamilyName(..., LANG_NEUTRAL) On Linux, we use the LO application language for family names. I don't know if anyone would complain if we changed it, but it might be nice to do it that way on Windows, too. Basing it on system configuration has caused some strange issues (bug 94631, for example). -- You are receiving this mail because: You are the assignee for the bug.
