tk 8.5 vs 8.4: "font actual" differences



Could someone tell why on the very same system "font actual" gives
different results in 8.5 and 8.4:

% info patchlevel
8.4.14
% font actual {Helvetica 8}
-family helvetica -size 8 -weight normal -slant roman -underline 0 -overstrike 0

% info patchlevel
8.5.1
% font actual {Helvetica 8}
-family {Nimbus Sans L} -size 8 -weight normal -slant roman -underline 0 -overstrike 0

What is the magic behind using {Nimbus Sans L} in 8.5?

This makes a difference when generating Postscript output, where
suddenly instead of 'Helvetica' 'Nimbus Sans L' is requested.
The result is that my printer (HP LaserJet with PostScript engine)
substitutes a fixed width font instead of Helvetica :-/

% canvas .c
.c
% pack .c
% .c create text 10 10 -font {Helvetica 8} -text foo
1
% .c postscript -file foo.ps
% lp foo.ps
=> prints with Helvetica in 8.4
=> prints with Courier (?) in 8.5

Thanks
R'
.



Relevant Pages

  • Re: PHP and Dreamweaver CCSes
    ... font: Geneva, Verdana, Arial, helvetica, sans-serif; ...
    (comp.infosystems.www.authoring.html)
  • >>> HELVETICA DOWNLOAD <<<
    ... helvetica condensed download ... freee download helvetica font ... download free helvetica neue font ...
    (alt.food.barbecue)
  • Re: canvas EPS output: Helvetica font problem
    ... :I have a problem when exporting the canvas with Helvetica text to ... Is it that you see the text on the canvas, but not in the PostScript? ... Could it be that your printer doesn't have Helvetica font? ...
    (comp.lang.tcl)
  • Re: canvas EPS output: Helvetica font problem
    ... > Is it that you see the text on the canvas, but not in the PostScript? ... but seems like Courier-type font), on the canvas the font is OK. ... > Could it be that your printer doesn't have Helvetica font? ...
    (comp.lang.tcl)
  • Re: Font is OK in fonts folder but not in programs
    ... Helvetica is still available as a font option and when I use it and type I ... installed in my Fonts folder? ... I uninstalled Helvetica again, restarted Windows ...
    (microsoft.public.windowsxp.help_and_support)