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.
https://bugs.winehq.org/show_bug.cgi?id=43919
fiendishx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fiendishx@gmail.com
--- Comment #1 from fiendishx@gmail.com --- Adding to this so that less forum-hopping is needed:
ctrl-c/ctrl-v ------------------------------------------ All symbol fonts work [correctly]. If you choose Symbol or Wingdings or Webdings as your desired font, they will work. So it seems that the line causing the problem [might be] https://github.com/nickgammon/mushclient/blob/08382b6f1d6392e96450b63d1cd2e3... as though Wine doesn't interpret the SYMBOL_CHARSET field the same way that Windows does.