home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1504 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!stanford.edu!agate!linus!linus.mitre.org!jcmorris
  3. From: jcmorris@mwunix.mitre.org (Joe Morris)
  4. Subject: Re: Needs: True Type font format
  5. Message-ID: <jcmorris.714836226@mwunix>
  6. Keywords: True Type Font
  7. Sender: news@linus.mitre.org (News Service)
  8. Nntp-Posting-Host: mwunix.mitre.org
  9. Organization: The MITRE Corporation
  10. References: <1992Aug26.085012.554@id.dth.dk>
  11. Date: Wed, 26 Aug 1992 13:37:06 GMT
  12. Lines: 27
  13.  
  14. mik@id.dth.dk (Michael Kishinevsky (921231#JST)) writes:
  15.  
  16. >Could anybody give an advice where to get
  17. >an information on formats of True Type font 
  18. >for MS Windows 3.1. The friend of mine from
  19. >St.Petersburg (Russia) needs to know the content
  20. >of font's bytes.
  21.  
  22. The information on the layout of TrueType font files is available
  23. in files placed by Microsoft on the uunet system where they can
  24. be retrieved via anonymous FTP.  If memory serves, the procedure is:
  25.  
  26.   Open an FTP connection to ftp.uu.net and logon as "anonymous"
  27.   cd to /vendor/microsoft/TrueType-Info
  28.   change mode to binary (or "tenex")
  29.   Download files ttspec*.zip  (for * = {1,2,3})
  30.  
  31. The files are Word for Windows documents which together generate a large
  32. but apparently complete description of the font files and the TT commands.
  33. The .ZIP files will explode to individual chapters or parts of a chapter.
  34.  
  35. There are a few minor typos I've found in the text, and Microsoft has
  36. announced that there will be some changes to the design (for example in
  37. the interpretation of the license control bitswitches) but for most
  38. purposes it should tell you what you're after.
  39.  
  40. Joe Morris / MITRE
  41.