There is a strange code in dlls/wineps/init.c file:
if(!pi->Fonts) { MESSAGE("To use WINEPS you need to install some AFM files.\n"); return FALSE; }
It returns FALSE if we have not any fonts described in PPD file (buildin printer). Will I remove this section at all?