home *** CD-ROM | disk | FTP | other *** search
- 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
- From: jerry@math.ep.utexas.EDU (Jerry)
- Newsgroups: gnu.emacs.help
- Subject: Re: Getting a list of fonts
- Message-ID: <9211232007.AA08760@banach>
- Date: 23 Nov 92 20:07:24 GMT
- Article-I.D.: banach.9211232007.AA08760
- References: <1992Nov18.221851.3926@das.harvard.edu>
- Sender: daemon@cis.ohio-state.edu
- Organization: Department of Mathematical Sciences--University of Texas at El Paso
- Lines: 119
-
- Assuming your version of X windows has the same fonts I use on Sun
- SPARC IPC under OpenWindows version 2.0, try some of these (which I
- use with Epoch, btw).
-
- -Jerry
-
- (setq epoch-font-list
- (list
- "5x8"
- "-schumacher-clean-bold-r-normal--8-80-75-75-c-80-iso8859-1"
- "Courier9"
- "screen.r.9"
- "lucidasanstypewriter9"
- "Courier-Bold9"
- "screen.b.9"
- "lucidasanstypewriter-bold9"
- "Courier10"
- "screen.r.10"
- "lucidasanstypewriter10"
- "-schumacher-clean-bold-r-normal--10-100-75-75-c-80-iso8859-1"
- "Courier-Bold10"
- "screen.b.10"
- "lucidasanstypewriter-bold10"
- "Courier11"
- "screen.r.11"
- "lucidasanstypewriter11"
- "Courier-Bold11"
- "screen.b.11"
- "lucidasanstypewriter-bold11"
- "6x13bold"
- "7x13bold"
- "fixed"
- "screen.r.11"
- "screen.b.11"
- "Courier12"
- "screen.r.12"
- "lucidasanstypewriter12"
- "-schumacher-clean-bold-r-normal--12-120-75-75-c-80-iso8859-1"
- "Courier-Bold12"
- "screen.b.12"
- "lucidasanstypewriter-bold12"
- "vtbold"
- "Courier13"
- "screen.r.13"
- "lucidasanstypewriter13"
- "-schumacher-clean-bold-r-normal--13-130-75-75-c-80-iso8859-1"
- "Courier-Bold13"
- "screen.b.13"
- "lucidasanstypewriter-bold13"
- "7x14"
- "-schumacher-clean-bold-r-normal--14-140-75-75-c-80-iso8859-1"
- "Courier14"
- "screen.r.14"
- "lucidasanstypewriter14"
- "Courier-Bold14"
- "screen.b.14"
- "lucidasanstypewriter-bold14"
- "Courier15"
- "screen.r.15"
- "lucidasanstypewriter15"
- "-schumacher-clean-bold-r-normal--15-150-75-75-c-90-iso8859-1"
- "9x15bold"
- "Courier-Bold15"
- "screen.b.15"
- "lucidasanstypewriter-bold15"
- "8x16"
- "Courier16"
- "screen.r.16"
- "lucidasanstypewriter16"
- "-schumacher-clean-bold-r-normal--16-160-75-75-c-80-iso8859-1"
- "Courier-Bold16"
- "screen.b.16"
- "lucidasanstypewriter-bold16"
- "Courier17"
- "screen.r.17"
- "lucidasanstypewriter17"
- "Courier-Bold17"
- "screen.b.17"
- "lucidasanstypewriter-bold17"
- "Courier18"
- "screen.r.18"
- "lucidasanstypewriter18"
- "Courier-Bold18"
- "screen.b.18"
- "lucidasanstypewriter-bold18"
- "Courier19"
- "screen.r.19"
- "lucidasanstypewriter19"
- "Courier-Bold19"
- "screen.b.19"
- "lucidasanstypewriter-bold19"
- "10x20"
- "Courier21"
- "screen.r.21"
- "lucidasanstypewriter21"
- "Courier-Bold21"
- "screen.b.21"
- "lucidasanstypewriter-bold21"
- "Courier22"
- "screen.r.22"
- "lucidasanstypewriter22"
- "Courier-Bold22"
- "screen.b.22"
- "lucidasanstypewriter-bold22"
- "12x24"
- "Courier23"
- "screen.r.23"
- "lucidasanstypewriter23"
- "Courier-Bold23"
- "screen.b.23"
- "lucidasanstypewriter-bold23"
- "Courier24"
- "screen.r.24"
- "lucidasanstypewriter24"
- "Courier-Bold24"
- "screen.b.24"
- "lucidasanstypewriter-bold24"
- )
- )
-