home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / Misc / HigherEducationMailbox.mbox / Archives_provide_val_.attach / May_91 / misc.336 < prev    next >
Text File  |  1991-05-21  |  983b  |  24 lines

  1. font afm buildafmdir
  2.  
  3. Q.  I'm having problems using buildafmdir to create fonts.
  4.  
  5. A.   Buildafmdir can either print out bogus warning messages about duplicate lines, or even crash, depending on the ordering of the lines in the AFM files it parses.  The directives that buildafmdir cares about are:
  6.  
  7. FontName
  8. FullName
  9. FamilyName
  10. Weight
  11. EncodingScheme
  12. ItalicAngle
  13.  
  14. Any font developer should test their fonts on our system.  One thing they should do is run buildafmdir on a directory containing their fonts (one structured like /NextLibrary/Fonts).  If there are bogus messages about duplicate lines, this is harmless.  However, if buildafmdir crashes, this can probably be fixed by moving the above directives so that they are early in the afm files (right after the "StartFontMetrics" line would work).
  15.  
  16. For related information, read the paper "Fonts in NextStep," on-line as /NextLibrary/Documentation/NeXT/SysRefNotes/15_WinServer.
  17.  
  18. QA336
  19.  
  20. Valid for 1.0 
  21. Not checked yet for 2.0 
  22.  
  23.  
  24.