home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / graphics / 5305 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  2.6 KB

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!access.usask.ca!telepro!James_Hastings-Trew
  2. From: James_Hastings-Trew@telepro.UUCP (James Hastings-Trew)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Point Sizes
  5. Distribution: world
  6. Message-ID: <James_Hastings-Trew.0hws@telepro.UUCP>
  7. Date: 25 Jul 92 02:05:14 CST
  8. Organization: TelePro Technologies
  9. Lines: 56
  10.  
  11. In a message dated Fri 24 Jul 92  8:48, Ab@nova.cc.purdue.edu (allen B)
  12. wrote:
  13.  
  14.  AB> That certainly follows from your 2/3 rule, but is not true
  15.  AB> of Adobe fonts.  (I'm sitting at a NeXT, you can't lie to
  16.  AB> me!)  Are you saying Adobe doesn't know jack about font
  17.  AB> sizing?  I'm really curious now.
  18.  
  19.  AB> Here's a demonstration if you have a PostScript engine
  20.  AB> handy.  It will show 3 Es from 3 different families, all at
  21.  AB> 72 point.  They are clearly both physically and optically
  22.  AB> different sizes:
  23.  
  24.  
  25.  AB> %!PS-Adobe-2.0
  26.  AB> %%Title: Are 72 point Es the same size?  No.
  27.  AB> %%Creator: Allen B
  28.  AB> %%Purpose: QED
  29.  
  30.  AB> 72 72 moveto
  31.  AB> /Helvetica findfont 72 scalefont setfont
  32.  AB> (E) show
  33.  AB> /Times-Roman findfont 72 scalefont setfont
  34.  AB> (E) show
  35.  AB> /Courier findfont 72 scalefont setfont
  36.  AB> (E) show
  37.  
  38.  AB> showpage
  39.  
  40. Okay. I tested this little gem out with POST 1.7, and you are right. The
  41. three fonts are markedly different - Helvetica being the largest, Times in
  42. the middle, and Courier being the smallest. I am at a loss to explain this.
  43.  
  44. I do have one question -- how in the hell is a typesetter supposed to
  45. measure these fonts and come up with the proper point size. A common
  46. typesetting task is to be given a sample of type and have to set some new
  47. type to replace the old. With Adobe making these fonts at all sizes, how
  48. the heck is a typesetter supposed to measure the old type to know what
  49. point size to set the new type in? Whacky...
  50.  
  51. I assume that Helvetica is the "correct" one of the three in this example,
  52. and that Times and Courier have been altered for some unknown reason. I do
  53. know that Times-Roman is based on a font that was specifically designed for
  54. the London Times with the emphasis on packing as much text per square inch
  55. as possible. The only explanation that comes to mind is that the letter
  56. heights were altered to make comfortable reading at close-set leading -
  57. 10/10 or 9/9. Courier would also likely have a similar explanation.
  58.  
  59. What other fonts do you have on your NeXT? I have severa Adobe fonts on my
  60. Amiga, so I will use your test file as a basis and test some other fonts to
  61. see if perhaps Times and Courier are the exceptions that prove the rule...
  62.  
  63.  
  64.  
  65. -- Via DLG Pro v0.992
  66.  
  67.