http://bugs.winehq.org/show_bug.cgi?id=29610
Bug #: 29610 Summary: some visual basic applications use wrong (first available) font Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine@discordia.ch Classification: Unclassified
Some Visual Basic applications just use the first available font:
trace:font:freetype_SelectFont Chosen: L"10.15 Saturday Night BRK" L"Regular" (/home/user/.wine/dosdevices/g:/aenigma/1015sn.ttf/(nil):0)
if I chmod 000 the font, it uses the next in the directory (aenigma/18holes.ttf) and so on. Note that the microsoft corefonts would be available as well.
An application in which this happens is http://code.google.com/p/epub-metadata-editor/downloads/detail?name=EPubMeta...
Also, it seems that Software\Wine\Fonts\External Fonts gets updated every time wine is run, so I can't even change the order there. Apart from unmapping the font directories there seems to be no solution.