home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!cvedg!medusa.prime.com!julie
- From: julie@CIS.Prime.COM (Julie Barker)
- Newsgroups: comp.text.interleaf
- Subject: Re: Fonts for Video Projection
- Message-ID: <1993Jan25.140349.23649@medusa.prime.com>
- Date: 25 Jan 93 14:03:49 GMT
- References: <C11uBn.K2M@dcs.ed.ac.uk>
- Sender: news@medusa.prime.com
- Reply-To: julie@CIS.Prime.COM
- Organization: Computervision R&D Ltd
- Lines: 32
-
- ------------------------- Original Article -------------------------
- >I can zoom the contents of a document but what I should like to be
- >able to do is to use a larger font for the pop-up menus and for the
- >document headers, component bar, icon names etc.
-
-
- I have the lisp script shown below in my profile drawer (called
- Big_Menus.lsp). It makes the fonts on all popup menus bigger.
- It doesn't affect doc headers, component bar etc and I haven't
- tried playing around to see if there are additional vars available
- controlling these. This is a start though... I think it makes the
- popup menus much easier to use.
-
- (lisp-set-implementation "Interleaf Lisp" "2.0")
-
- ;; Module name:
- ;; Purpose:
- ;; Notes:
- ;; Interfaces:
-
- ;; Audit:
- ;; DD-MON-YY USERNAME COMMENT
- (popup-set-vars :font "swiss18")
-
-
-
- ---------------------------------------------------------------------
- | Julie Barker julie@cis.prime.com |
- | Project Technical Writer +44 223 872377 x304 |
- | |
- | Computervision R&D Ltd, Harston Mill, Harston, Cambridge, CB2 5NH, UK |
- -------------------------------------------------------------------------
-