home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / acorn / tech / 991 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.sys.acorn.tech
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!warwick!pavo.csi.cam.ac.uk!idg10
  3. From: idg10@cl.cam.ac.uk (I.D. Griffiths)
  4. Subject: Re: BBC Fonts
  5. Message-ID: <1992Dec13.021733.28884@infodev.cam.ac.uk>
  6. Sender: news@infodev.cam.ac.uk (USENET news)
  7. Nntp-Posting-Host: hall.cl.cam.ac.uk
  8. Organization: U of Cambridge Computer Lab, UK
  9. References: <1g9q9tINNn93@oak4.doc.ic.ac.uk>
  10. Date: Sun, 13 Dec 1992 02:17:33 GMT
  11. Lines: 19
  12.  
  13. In article <1g9q9tINNn93@oak4.doc.ic.ac.uk>, ijp@doc.ic.ac.uk (Ian Palmer) writes:
  14. |> How can you load a set of BBC Fonts (say in your boot sequence)
  15. |> without getting a teak window saying 'Press SPACE or press a mouse
  16. |> button...'? (or without a task window at all).
  17. |> 
  18. |> The only way I've managed it so far is to pass the font file I want to
  19. |> load to a Basic prorgram which starts up as a wimp task, *PRINTs the
  20. |> font file, then closes itself down as a wimp task and quits - all very
  21. |> messy.
  22. |> 
  23.  
  24. The reason you cannot do this is of course the way that fonts are loaded.
  25. The way you define fonts is to send stuff to the VDU stream, and any task
  26. which does this makes the desktop decide that it wants to output (not
  27. unreasonable since it has just generated some output...) so it gives it
  28. a window in which to do this.  So the only approach is that which you
  29. suggest above.
  30.  
  31. Ian Griffiths
  32.