home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4904 < prev    next >
Encoding:
Text File  |  1992-11-23  |  3.6 KB  |  132 lines

  1. Path: sparky!uunet!iWarp.intel.com|ogicse!usenet.coe.montana.edu!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!math.ep.utexas.EDU!jerry
  2. From: jerry@math.ep.utexas.EDU (Jerry)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: Getting a list of fonts
  5. Message-ID: <9211232007.AA08760@banach>
  6. Date: 23 Nov 92 20:07:24 GMT
  7. Article-I.D.: banach.9211232007.AA08760
  8. References: <1992Nov18.221851.3926@das.harvard.edu>
  9. Sender: daemon@cis.ohio-state.edu
  10. Organization: Department of Mathematical Sciences--University of Texas at El Paso
  11. Lines: 119
  12.  
  13. Assuming your version of X windows has the same fonts I use on Sun
  14. SPARC IPC under OpenWindows version 2.0, try some of these (which I
  15. use with Epoch, btw).
  16.  
  17. -Jerry
  18.  
  19. (setq epoch-font-list
  20.    (list
  21.       "5x8"
  22.       "-schumacher-clean-bold-r-normal--8-80-75-75-c-80-iso8859-1"
  23.       "Courier9"
  24.       "screen.r.9"
  25.       "lucidasanstypewriter9"
  26.       "Courier-Bold9"
  27.       "screen.b.9"
  28.       "lucidasanstypewriter-bold9"
  29.       "Courier10"
  30.       "screen.r.10"
  31.       "lucidasanstypewriter10"
  32.       "-schumacher-clean-bold-r-normal--10-100-75-75-c-80-iso8859-1"
  33.       "Courier-Bold10"
  34.       "screen.b.10"
  35.       "lucidasanstypewriter-bold10"
  36.       "Courier11"
  37.       "screen.r.11"
  38.       "lucidasanstypewriter11"
  39.       "Courier-Bold11"
  40.       "screen.b.11"
  41.       "lucidasanstypewriter-bold11"
  42.       "6x13bold"
  43.       "7x13bold"
  44.       "fixed"
  45.       "screen.r.11"
  46.       "screen.b.11"
  47.       "Courier12"
  48.       "screen.r.12"
  49.       "lucidasanstypewriter12"
  50.       "-schumacher-clean-bold-r-normal--12-120-75-75-c-80-iso8859-1"
  51.       "Courier-Bold12"
  52.       "screen.b.12"
  53.       "lucidasanstypewriter-bold12"
  54.       "vtbold"
  55.       "Courier13"
  56.       "screen.r.13"
  57.       "lucidasanstypewriter13"
  58.       "-schumacher-clean-bold-r-normal--13-130-75-75-c-80-iso8859-1"
  59.       "Courier-Bold13"
  60.       "screen.b.13"
  61.       "lucidasanstypewriter-bold13"
  62.       "7x14"
  63.       "-schumacher-clean-bold-r-normal--14-140-75-75-c-80-iso8859-1"
  64.       "Courier14"
  65.       "screen.r.14"
  66.       "lucidasanstypewriter14"
  67.       "Courier-Bold14"
  68.       "screen.b.14"
  69.       "lucidasanstypewriter-bold14"
  70.       "Courier15"
  71.       "screen.r.15"
  72.       "lucidasanstypewriter15"
  73.       "-schumacher-clean-bold-r-normal--15-150-75-75-c-90-iso8859-1"
  74.       "9x15bold"
  75.       "Courier-Bold15"
  76.       "screen.b.15"
  77.       "lucidasanstypewriter-bold15"
  78.       "8x16"
  79.       "Courier16"
  80.       "screen.r.16"
  81.       "lucidasanstypewriter16"
  82.       "-schumacher-clean-bold-r-normal--16-160-75-75-c-80-iso8859-1"
  83.       "Courier-Bold16"
  84.       "screen.b.16"
  85.       "lucidasanstypewriter-bold16"
  86.       "Courier17"
  87.       "screen.r.17"
  88.       "lucidasanstypewriter17"
  89.       "Courier-Bold17"
  90.       "screen.b.17"
  91.       "lucidasanstypewriter-bold17"
  92.       "Courier18"
  93.       "screen.r.18"
  94.       "lucidasanstypewriter18"
  95.       "Courier-Bold18"
  96.       "screen.b.18"
  97.       "lucidasanstypewriter-bold18"
  98.       "Courier19"
  99.       "screen.r.19"
  100.       "lucidasanstypewriter19"
  101.       "Courier-Bold19"
  102.       "screen.b.19"
  103.       "lucidasanstypewriter-bold19"
  104.       "10x20"
  105.       "Courier21"
  106.       "screen.r.21"
  107.       "lucidasanstypewriter21"
  108.       "Courier-Bold21"
  109.       "screen.b.21"
  110.       "lucidasanstypewriter-bold21"
  111.       "Courier22"
  112.       "screen.r.22"
  113.       "lucidasanstypewriter22"
  114.       "Courier-Bold22"
  115.       "screen.b.22"
  116.       "lucidasanstypewriter-bold22"
  117.       "12x24"
  118.       "Courier23"
  119.       "screen.r.23"
  120.       "lucidasanstypewriter23"
  121.       "Courier-Bold23"
  122.       "screen.b.23"
  123.       "lucidasanstypewriter-bold23"
  124.       "Courier24"
  125.       "screen.r.24"
  126.       "lucidasanstypewriter24"
  127.       "Courier-Bold24"
  128.       "screen.b.24"
  129.       "lucidasanstypewriter-bold24"
  130.    )
  131. )
  132.