home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19948 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.7 KB

  1. Path: sparky!uunet!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Alg. for Detection of Monspaced Fonts
  5. Message-ID: <1992Dec17.162443.12862@waikato.ac.nz>
  6. Date: 17 Dec 92 16:24:43 +1300
  7. References: <scott.724029618@phylo> <6534.2b28a410@hayes.com> <de19-141292204941@mac06-pg2.umd.edu>
  8. Followup-To: comp.sys.mac.programmer
  9. Organization: University of Waikato, Hamilton, New Zealand
  10. Lines: 24
  11.  
  12. In article <de19-141292204941@mac06-pg2.umd.edu>, de19@umail.umd.edu (Dana S Emery) writes:
  13. >
  14. > Computer code, Email and plaintext documents often look best when rendered
  15. > in a monospaced font, especially when they contain tabular material which
  16. > was laid out using a monospaced font.  The user is not always knowledgable
  17. > as to what fonts are monospaced, and program help is often considered
  18. > welcome for this.
  19.  
  20. And such material typically only uses a restricted character set as well,
  21. doesn't it? Typically 95 characters (standard ASCII), or some other number
  22. less than 256. So it would be practical to check the width information for
  23. all the characters you're interested in, and make sure they're all the same.
  24. Simple.
  25.  
  26. > BTW, dont try to analyse the entirety of ALL fonts, some are rather a bit
  27. > larger than you would think :-).
  28.  
  29. Just a thought: all the writing systems with large character sets that I can
  30. think of (Chinese, Japanese and Korean) are actually monospaced, aren't they?
  31.  
  32. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  33. Computer Services Dept                     fax: +64-7-838-4066
  34. University of Waikato            electric mail: ldo@waikato.ac.nz
  35. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+13:00
  36.