Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!draken!jmr From: jmr@nada.kth.se (Jan Michael Rynning) Newsgroups: comp.lang.postscript Subject: Times Greek boldface/italic and Times vs Symbol Message-ID: <2424@draken.nada.kth.se> Date: 28 Nov 89 17:38:03 GMT Reply-To: jmr@nada.kth.se (Jan Michael Rynning) Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 43 1) Are there any Greek boldface, italic, and boldface italic PostScript fonts available, designed to match Times Roman? 2) Why are the characters in the Symbol font just similar to the ones in the Times Roman font, and not identical to them? (At least, that's the way things are on our Apple LaserWriter II NTX running PostScript version 47.0.) The following program illustrates the differences. ------------------------------------------------------------------------------- %! /fontsize 30 def /times /Times-Roman findfont fontsize scalefont def /symbol /Symbol findfont fontsize scalefont def /Hheight gsave times setfont newpath 0 0 moveto (H) false charpath flattenpath pathbbox 4 1 roll pop pop pop grestore def /line {gsave exec grestore 0 fontsize neg rmoveto} def /diff { {timestext ( (Times Roman)) show} line {symboltext times setfont ( (Symbol)) show} line {gsave timestext ( (Times Roman minus Symbol)) show grestore 1 setgray symboltext} line {gsave symboltext times setfont ( (Symbol minus Times Roman)) show grestore 1 setgray timestext} line } def 90 rotate 72 -72 Hheight sub moveto /timestext {times setfont (ABEHIKMNOPTXYZ) show} def /symboltext {symbol setfont (ABEHIKMNORTCUZ) show} def diff {} line /timestext {times setfont (!#%&()*+,.0123456789:;<=>?) show} def /symboltext {symbol setfont (!#%&()*+,.0123456789:;<=>?) show} def diff showpage ------------------------------------------------------------------------------- Jan Michael Rynning, jmr@nada.kth.se Department of Numerical Analysis If you can't fully handle domains: and Computing Science, ARPA: jmr%nada.kth.se@uunet.uu.net Royal Institute of Technology, UUCP: {uunet,mcvax,...}!nada.kth.se!jmr S-100 44 Stockholm, BITNET: jmr@sekth Sweden. Phone: +46-8-7906288