home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / interlea / 1005 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.6 KB

  1. Path: sparky!uunet!mcsun!uknet!cvedg!medusa.prime.com!julie
  2. From: julie@CIS.Prime.COM (Julie Barker)
  3. Newsgroups: comp.text.interleaf
  4. Subject: Re: Fonts for Video Projection
  5. Message-ID: <1993Jan25.140349.23649@medusa.prime.com>
  6. Date: 25 Jan 93 14:03:49 GMT
  7. References: <C11uBn.K2M@dcs.ed.ac.uk>
  8. Sender: news@medusa.prime.com
  9. Reply-To: julie@CIS.Prime.COM
  10. Organization: Computervision R&D Ltd
  11. Lines: 32
  12.  
  13. ------------------------- Original Article -------------------------
  14. >I can zoom the contents of a document but what I should like to be
  15. >able to do is to use a larger font for the pop-up menus and for the
  16. >document headers, component bar, icon names etc.
  17.  
  18.  
  19. I have the lisp script shown below in my profile drawer (called
  20. Big_Menus.lsp). It makes the fonts on all popup menus bigger. 
  21. It doesn't affect doc headers, component bar etc and I haven't 
  22. tried playing around to see if there are additional vars available 
  23. controlling these. This is a start though... I think it makes the
  24. popup menus much easier to use.
  25.  
  26. (lisp-set-implementation "Interleaf Lisp" "2.0")
  27.  
  28. ;; Module name:
  29. ;; Purpose:
  30. ;; Notes:
  31. ;; Interfaces:
  32.  
  33. ;; Audit:
  34. ;; DD-MON-YY USERNAME   COMMENT
  35. (popup-set-vars :font "swiss18")
  36.  
  37.  
  38.  
  39. ---------------------------------------------------------------------
  40. | Julie Barker                                    julie@cis.prime.com   | 
  41. | Project Technical Writer                        +44 223 872377 x304   |
  42. |                                                                       |
  43. | Computervision R&D Ltd, Harston Mill, Harston, Cambridge, CB2 5NH, UK |
  44. -------------------------------------------------------------------------
  45.