home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / apps / 946 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!epb9.lbl.gov!envbvs
  2. From: envbvs@epb9.lbl.gov (Brian V. Smith)
  3. Newsgroups: comp.windows.x.apps
  4. Subject: Re: Need help with xfig
  5. Date: 6 Sep 1992 22:47:00 GMT
  6. Organization: Lawrence Berkeley Laboratory, Berkeley
  7. Lines: 20
  8. Message-ID: <26141@dog.ee.lbl.gov>
  9. References: <gloria.715724060@swanlake>
  10. Reply-To: envbvs@epb9.lbl.gov (Brian V. Smith)
  11. NNTP-Posting-Host: 128.3.12.98
  12. Keywords: xfig
  13.  
  14.     >I just started using "xfig" and was trying to write some Greek symbols in my diagram.
  15.     >I notice there is a "Symbols (Greek)" item in the Text selection menu, but I just 
  16.     >couldn't figure out how to generate the symbols, once the menu item is selected.
  17.     >Can anyone help me out there?  Thanks in advance.
  18.  
  19. I accidently introduced a bug in the font selection code with regard to non-
  20. ISO fonts (e.g. Symbol).  Just change the code in the file u_font.c that adds
  21. iso-8859 to the font name from this:
  22.  
  23.         strcat(template,"*-*-*-*-*-*-iso8859-*");
  24.  
  25. to this:
  26.         strcat(template,"*-*-*-*-*-*-*-*");
  27.  
  28. There are TWO such instances.
  29. This will be fixed in 2.1.5 (not out yet).
  30.  
  31. Brian V. Smith    (bvsmith@lbl.gov)
  32. Lawrence Berkeley Laboratory
  33. I don't speak for LBL; they don't pay me enough for that.
  34.