http://bugs.winehq.org/show_bug.cgi?id=17015
Arno Schuring aelschuring@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aelschuring@hotmail.com
--- Comment #5 from Arno Schuring aelschuring@hotmail.com 2010-07-29 05:44:31 --- @Austin: yes it is still there. Tested with Wine 1.2 and Sins Diplomacy v1.00 (Trinity Edition)
According to one of the AppDB entries (http://appdb.winehq.org/objectManager.php?sClass=version&iId=19559), this is because Windows falls back to using the font's filename instead of the font's name, whereas Wine falls back to using the font's family (I think?).
The recommended workaround is to change the .font files to reference the Font name, not the filename: $ sed 's/SinsAgencyBold/AgencyFB-Bold/g' -i.bak Font/*.font