Under the debian after performing apt-get update && apt-get dist-upgrade I received the new aMule 2.0.0-1 [using wxGTK1 v2.4.2 (OS: Linux)] with stupid fonts, which look like
a shit, without anti-aliasing and so on. Well, before update everything was fine!
$ ldd /usr/bin/amule | grep gtk
libwx_gtk-2.4.so.0 => /usr/lib/libwx_gtk-2.4.so.0 (0xb7b00000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0xb79a6000)
The application in question seems to use [ancient] gtk-1.2 library,
which does NOT support anti-aliasing of fonts! One should not ignore gtk resource files!
Cheers,
Alexey.