home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / modula3 / 1036 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.8 KB

  1. Path: sparky!uunet!know!cass.ma02.bull.com!think.com!sdd.hp.com!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!olivea!charnel!sifon!thunder.mcrcim.mcgill.edu!poly-vlsi!usenet!dagenais
  2. From: dagenais@vlsi.polymtl.ca (Michel Dagenais)
  3. Newsgroups: comp.lang.modula3
  4. Subject: Re: Rotated text in Trestle (SUMMARY)
  5. Message-ID: <DAGENAIS.92Nov16110613@pollux.vlsi.polymtl.ca>
  6. Date: 16 Nov 92 16:06:13 GMT
  7. References: <DAGENAIS.92Nov12090635@pollux.vlsi.polymtl.ca>
  8. Sender: news@vlsi.polymtl.ca (USENET News System)
  9. Organization: Ecole Polytechnique de Montreal, Canada
  10. Lines: 25
  11. In-Reply-To: dagenais@vlsi.polymtl.ca's message of Thu, 12 Nov 1992 14:06:35 GMT
  12.  
  13.  
  14. Thanks for all the replies! Two replies suggested to go with a Postscript
  15. VBT and two with Bezier curves. (Implied is that the X11R5 font server
  16. would not supply rotated fonts :-)).
  17.  
  18. While having a Postscript VBT to display encapsulated postscript diagrams
  19. is a very good idea, using postscript to communicate commands for a tree of
  20. VBTs that need to be redisplayed independently could be messy, not terribly
  21. efficient and does not fit well the Trestle structure.
  22.  
  23. Mark Manasse provided a surprisingly simple recipe to get bitmaps from
  24. Bezier curves. I knew such things could be done on X11 but ignored that
  25. all the right hooks were present in Trestle (allocate an off-screen pixmap,
  26. draw the Bezier curves on it, capture the result in a memory pixmap and
  27. free the off-screen pixmap). Therefore, we will most likely take this path
  28. and use the GNU fontutils Bezier curves and font metrics.
  29.  
  30. --
  31. ---------------------------------------------------------------------
  32.  
  33. Prof. Michel Dagenais                dagenais@vlsi.polymtl.ca
  34. Dept of Electrical and Computer Eng.
  35. Ecole Polytechnique de Montreal            tel: (514) 340-4029
  36.  
  37. ---------------------------------------------------------------------
  38.