From: CSBVAX::CSBVAX::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 2-APR-1989 19:15 To: MRGATE::"ARISIA::EVERHART" Subj: Re: Changing UIS Font Size on VAXstation Received: From KL.SRI.COM by CRVAX.SRI.COM with TCP; Sun, 2 APR 89 13:34:38 PDT Received: from ucbvax.Berkeley.EDU by KL.SRI.COM with TCP; Sun, 2 Apr 89 14:33:11 PDT Received: by ucbvax.Berkeley.EDU (5.61/1.36) id AA27152; Sun, 2 Apr 89 14:18:18 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 3 Apr 89 02:18:04 GMT From: munnari!vax1!dougcc@uunet.uu.net (Douglas Miller) Organization: Computer Services, Victoria College, Melbourne Subject: Re: Changing UIS Font Size on VAXstation Message-Id: <317@csv.viccol.edu.au> References: <8903241840.AA23347@ucbvax.Berkeley.EDU> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <8903241840.AA23347@ucbvax.Berkeley.EDU>, SENN@LAUREL.PSY.CMU.EDU writes: > 2) We have a user, who for visual reasons, needs a terminal with a bigger > font. If I look in my uVMS Workstation User's Guide Appendix B ... > However trying just about every combination of logicals and system state > i.e. rebooting set the logicals at various points before/after UIS is > started... to various different fonts...and the only fonts I can get > the terminal emulator to use are the standard 80/132 column fonts. We had trouble working out how to change font sizes from the doc. too. Eventually I worked out the following assignments: Make "large font" the default for window creation: $ DEFINE/SYSTEM UIS$VT_SPACING_DEF 9 $ DEFINE/SYSTEM UIS$VT_SPACING_080 9 $ DEFINE/SYSTEM UIS$VT_SPACING_132 9 $ DEFINE/SYSTEM UIS$VT_POINTS_DEF 14 $ DEFINE/SYSTEM UIS$VT_POINTS_080 14 $ DEFINE/SYSTEM UIS$VT_POINTS_132 14 Make "small font" the default for window creation: $ DEFINE/SYSTEM UIS$VT_SPACING_DEF 7 $ DEFINE/SYSTEM UIS$VT_SPACING_080 7 $ DEFINE/SYSTEM UIS$VT_SPACING_132 7 $ DEFINE/SYSTEM UIS$VT_POINTS_DEF 12 $ DEFINE/SYSTEM UIS$VT_POINTS_080 12 $ DEFINE/SYSTEM UIS$VT_POINTS_132 12