Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!snorkelwacker!mit-eddie!uw-beaver!apollo!oj From: oj@apollo.HP.COM (Ellis Oliver Jones) Newsgroups: comp.sys.apollo Subject: Re: Font Sizes Message-ID: <46587e99.20b6d@apollo.HP.COM> Date: 20 Oct 89 19:54:00 GMT References: <8910201314.AA03980@umix.cc.umich.edu> Sender: root@apollo.HP.COM Reply-To: oj@apollo.hp.com Organization: Apollo Computer, Chelmsford, MA Lines: 35 In article <8910201314.AA03980@umix.cc.umich.edu> SRFERGU@ERENJ.BITNET (Scott Ferguson) writes: > >Ever seen the default font in X11? Jeez! Yeh, it's bad.... >Does anyone know the command for loading different fonts in X11 xterm windows? There are a bunch of ways of doing this. Best: put lines in your ~/.Xdefaults file like this (as long as you have XV11R3 fonts on your machine): xterm*vt100*boldFont: *-courier-medium-r*-140-* xterm*vt100*font: *-courier-bold-r*-140-* This uses courier bold 14 point for normal text and non-bold for "standout" text. A bit quirky, but I find the bold easier to read. Second best: issue the command xterm -font "*-courier-bold-r*-140-*" This specifies the font explicitly. It seems to get overridden by the ~/.Xdefaults spec if you have one. >Back when 9.5 came out, I thought it was real nice when Apollo gave out >the Times and Helvetica fonts with the OS. Thanks. You're welcome. Adobe was nice enough to donate the same Times, Helvetica, Courier, and Symbol font bitmaps to the XV11R3 tape. Bitstream donated bitmaps for a font known as Charter to the same tape. All of these fonts are of high quality. I like Charter because it looks nice and they offer a 33-point version. However, you can't use variable-width fonts with xterm. We put all these fonts on our SR10.1 X distribution. /oj (speaking for myself, not necessarily for HP Apollo Systems Division)