http://bugs.winehq.org/show_bug.cgi?id=1314
------- Additional Comments From Speeddymon@gmail.com 2007-16-03 08:51 ------- ---Quote--- I.e. if there is a gdiFont defined for current font (I assume, this means if a display font has been loaded), and if the font is not the result of a substitution, then we download it into the printer. Otherwise we try to use a builtin font.
Shouldn't that be the other way round: first try to use a builtin font, and only if that is not possible (because no such font defined in generic.ppd or missing .afm file) download it. -----------
I agree that this should be the other way around. Alain, could you write a patch against current wine (if the issue still exists with current wine), and send it to wine-patches?