Commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113

Behdad Esfahbod 2013-07-21T16:06:49

[uniscribe] Use unique font name When installing per-process fonts using AddFontMemResourceEx(), if a font with the same family name is already installed, sometimes that one gets used. Which is problematic for us. As such, we now mangle the font to install a new 'name' table with a unique name, which we then use to choose the font. Patch from Jonathan Kew.