home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / apps / 4638 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  2.0 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!cs.utexas.edu!sun-barr!olivea!gossip.pyramid.com!pyramid!octopus!sjsumcs!sundance!rick
  2. From: rick@sundance.SJSU.EDU (Richard Warner)
  3. Newsgroups: comp.os.msdos.apps
  4. Subject: Re: TrueType for DOS
  5. Message-ID: <rick.715620200@sundance>
  6. Date: 4 Sep 92 15:23:20 GMT
  7. References: <1992Sep2.172706.13472@cbnewsj.cb.att.com>
  8. Sender: news@sjsumcs.sjsu.edu (News Administrator)
  9. Distribution: na
  10. Organization: San Jose State University - Math/CS Dept.
  11. Lines: 32
  12. Nntp-Posting-Host: sundance.sjsu.edu
  13.  
  14. drv@cbnewsj.cb.att.com (dennis.r.vogel) writes:
  15.  
  16. >I recently saw a press release-type article on another newsgroup
  17. >announcing TrueType for DOS from MicroLogic Software.
  18.  
  19. >Is it shipping?  Do any retailers carry it, eg. Egghead?
  20. >Does anyone have any experience with it?  I'd use it mostly
  21. >with WordPerfect 5.1 but am curious if it would work with
  22. >other DOS applications. (The article implies it would work
  23. >only with WP, MS Word and MS Works.)
  24.  
  25. Something like this needs to do a couple of things.  First off, it will
  26. need to provide rasterization of font outlines for both printer and screen
  27. (although most DOS programs cannot use bit-mapped screen fonts as they
  28. work in character, not text, mode).  The other thing that it will need
  29. to do is to provide a new printer description file, or alter an existing
  30. one.  A good guess is that such a program will work with any DOS program
  31. for which you are willing to write a printer description file that will
  32. (a) tell you application what fonts are available, and work out such 
  33. mundane things as character spacing, etc., and (b) call the font rasterizer
  34. at print time to convert the page description into the bit-map image for
  35. your printer.  Easy, right?  That is why they will support only a few,
  36. major apps - it is a lot of work to write this kind of stuff and how
  37. many more sales will each supported program add?  Probably not many
  38. relative to the programmer and technical support costs they will incur.
  39.  
  40.  
  41. >Thanks.
  42.  
  43. >Dennis R. Vogel
  44. >AT&T Bell Laboratories
  45. >Middletown, NJ
  46.