https://bugs.winehq.org/show_bug.cgi?id=28009 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs(a)gmail.c | |om --- Comment #8 from Sagawa <sagawa.aki+winebugs(a)gmail.com> --- Reading WINEDEBUG=font log, this game selects following font: trace:font:freetype_SelectFont L"MS Mincho", h=12, it=0, weight=400, PandF=00, charset=1 orient 0 escapement 0 This means wine chooses an alternative for the face because wine doesn't have MS Mincho. As a workaround, you can use 'Small Fonts' instead in this case, i.e. create following registry data: Key: HKCU\Software\Wine\Fonts\Replacements Value: MS Mincho Data: Small Fonts -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.