home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / scribe / timesh.fon < prev   
Text File  |  1994-04-12  |  5KB  |  111 lines

  1. @Comment[ Copyright (C) 1980, 1988  Scribe Systems Inc. ]
  2. @Marker(FontFamily,TimesHebrew, ScaleableLaser)
  3. @DefineFont(BodyFont,        
  4.         A=<Typecase "Mathematics10">, 
  5.         B=<RawFont "TimesBold">,
  6.           C=<typecase "Hebrew">,
  7.         F=<RawFont "CourierBold">,
  8.         G=<TypeCase "PsGreek">,
  9.         I=<RawFont "TimesItalic">,
  10.         J=<TypeCase "PsSymbol1">,
  11.         K=<TypeCase "PsSymbol2">,
  12.         M=<RawFont "AccentTimesBold">,
  13.         P=<RawFont "TimesBoldItalic">,
  14.         Q=<RawFont "AccentTimesRoman">,
  15.         R=<RawFont "TimesRoman">,
  16.     S=<TypeCase "Pssue">,
  17.         T=<RawFont "Courier">,
  18.         V=<RawFont "AccentTimesItalic">,
  19.     W=<rawfont "ZapfDingbats">,
  20.         Y=<TypeCase "PsPubsSerif">,
  21.         Z=<RawFont "TimesItalic">)
  22.  
  23. @DefineFont(HeadingFont,
  24.     W=<rawfont "ZapfDingbats">,
  25.           C=<typecase "Hebrew">,
  26.         P=<RawFont "TimesBoldItalic">,
  27.         B=<RawFont "TimesBold">,
  28.         I=<RawFont "TimesBoldItalic">,
  29.         R=<RawFont "TimesRoman">,
  30.         G=<TypeCase "PsGreek">,
  31.         Q=<RawFont "AccentTimesRoman">,
  32.         M=<RawFont "AccentTimesBold">,
  33.         V=<RawFont "AccentTimesItalic">)
  34.  
  35. @DefineFont(FixedFont,
  36.     W=<rawfont "ZapfDingbats">,
  37.         P=<RawFont "CourierBoldOblique">,
  38.         B=<RawFont "CourierBold">,
  39.         T=<RawFont "Courier">,
  40.         F=<RawFont "CourierBold">,
  41.         I=<RawFont "CourierOblique">,
  42.         R=<RawFont "TimesRoman">,
  43.         V=<RawFont "AccentCourierItalic">,
  44.         M=<RawFont "AccentCourierBold">,
  45.         Q=<RawFont "AccentCourier">,
  46.         G=<TypeCase "PsGreek">,
  47.         S=<typecase "Pssue">,
  48.           C=<typecase "Hebrew">)
  49.  
  50. @Equate(SmallBodyFont=BodyFont,TitleFont=HeadingFont,FixedFonts=FixedFont)
  51.  
  52. @Marker(FontFamily,ChangeLog)
  53. @Comment[
  54. 15 Feb 81  MLK&JMA Fixed Timesroman for the X9700 to print on 512KBit.
  55.                     Removed all entries except Timesroman 10.
  56. 15 Feb 81  MLK&JMA Made TimesRoman12 a copy of TimesRoman10.
  57. 12 Mar 81  JMA  Changed CMSYxx to Symbol10R.
  58.                 Changed Helvetica16x to 14x or 18x.
  59. 28 Jul 83  EMN  Change
  60.                 Changed Font keyword in Marker to `FontFamily' because Scribe 
  61.                 looks for this keyword first. May speed up runtime.
  62.                 Change request A-101,A-184
  63. 11 Jan 84  EMN  Appearance Change
  64.                 The underscore character on the Dover didn't work in 
  65.                 fixed-width fonts. Changed all calls from Gacha to Saila.
  66. 16 Mar 84  BWL  Edit
  67.                 Merged mathematic fontfamily files with the Timesr.fon file.
  68.                 User no longer needs separate command: 
  69.                 @style(fontfamily=mathematics10) (or Mathematics12, etc)
  70.  7 Jan 85  MEF  Addition
  71.                 Added TimesRoman for ScaleableLaser (Postscript)
  72. 15 Jan 85  EMN  Addition
  73.                 Added fontfamilies TimesRoman9 and TimesRoman8 for Press 
  74.                 given by Thomas Gross from Stanford's files.
  75. 11 Dec 85  EMN  Addition
  76.                 Added the Math facecodes defined in BodyFont of TimesRoman10
  77.                 to Smallbodyfont (V, W, S, J)
  78. 21 Jan 86  EMN  Appearance Change
  79.                 Changed FaceCode R in HeadingFont to use TimesRoman instead
  80.                 of TimesBold.
  81. 17 Apr 86  EMN  Addition
  82.                 Added FaceCode G to Timesroman Headingfont for PostScript.
  83. 08 Aug 86  BWL  Addition
  84.                 Added some typecases for Greek and Mathematics for Xerox 9700.
  85. 23 Jul 87  EMN  Edit
  86.                 Changed the facecode definition of O=<Ascii "CMathX10S">
  87.                 to O=<Typecase "Mathematics10ControlsC"> so users can
  88.                 get a Brace in a footnote.
  89. 24 Feb 88  BWL  Addition
  90.                 Added font families for HP LaserJet.
  91.  1 Nov 88  EMN  Addition
  92.                 Added Facecode W and V to use the Accented Bold and Italic
  93.                 characters in Bodyfont and HeadingFont for Postscript
  94.  
  95. 26 Jun 89  dgc     X9700 Bodyfont Italics: 
  96.                  UN511E changed to UN510Z so that italics can be used by both
  97.              Helvetica and TimesRoman.  The extra punctuation in UN510E is
  98.              san serif and the punctuation in UN510Z is serif.
  99.              UN510Z.TYP points to UN510E + the serif punctuation.
  100.          Originally changed 29 Aug 84.
  101. 26 Jun 89  dgc     Changed FaceCode S to Q for Accents in PostScript. 
  102.          Changed FaceCode W to M for Accents in PostScript. 
  103.                  Added new FaceCode S (Pssue) to BodyFont (defines all 
  104.                  non-ASCIIGraphics characters in the Apple Symbol Set). 
  105.          Added FaceCodes W and X for ZapfDingbats for both BodyFont
  106.                  and HeadingFont.  Referenced as ZF and ZS in .DEV files.
  107. 26 Jun 89  dgc     Added FixedFonts Font to TimesRoman Fontfamily, composed
  108.          of a switch to Courier instead of Times.
  109. 22 Mar 90  dgc    Added M, V, Q for fixedfont accents.
  110. ]
  111.