https://bugs.winehq.org/show_bug.cgi?id=38060
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Apps can't load custom |San Andreas Multiplayer |fonts during runtime |fails to load Kill-list | |font 'gtaweap3.ttf'
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Sam,
I found this website mentioning the font and providing a download:
http://crazybobs.wikia.com/wiki/Missing_Kill-list_Font
To test if Wine is able to load/recognize the font you can simply put it in ~/.fonts (one of the folders used for picking up fonts) and use Wine's builtin 'wordpad' application.
Start 'wordpad'. Select the font in question ('GTAWEAPON3'), increase the font size to maximum (72) and start typing. You should see glyphs (pistols and other stuff).
For diagnosis you could also run:
WINEDEBUG=+font wine wordpad >>log.txt 2>&1
(alternatively with the app itself)
Regards