https://bugs.winehq.org/show_bug.cgi?id=43919
Bug ID: 43919 Summary: MUSHclient Infobar only displays symbol fonts. Product: Wine Version: 2.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: madcowchow_69@hotmail.com Distribution: ---
The Infobar in MUSHClient does not display selected font, and defaults to marlett.ttf, as being discussed in MUSHclient forums topics here:
https://www.mushclient.com/forum/?id=14087&page=999
Steps to reproduce:
* Download MUSHClient (Version 4.94 or 5.05):
https://www.mushclient.com/downloads/dlmushclient.htm (4.94) http://www.gammon.com.au/forum/?id=13918 (5.05)
* Install and launch it under wine (any version, i compiled from git as below)
madcow@minbuntu:$ wine --version wine-2.19-107-gaef2f07
* Create new world, under File -> New World, give it any name + hostname. no need to connect to any real game.
* execute the following lua code under Game -> Immediate
Info ("Hello ") InfoFont ("Courier", 10, 0) Info ("World")
Results: * the world 'World' will be displayed in Marlette instead of Courier.