home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13151 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!mistry
  3. From: mistry@waterloo.hp.com (Mohan Mistry)
  4. Subject: /usr/lib/X11/fonts/fonts.dir question
  5. Sender: news@waterloo.hp.com (NetNews)
  6. Message-ID: <C0Jz7n.n01@waterloo.hp.com>
  7. Date: Fri, 8 Jan 1993 20:50:10 GMT
  8. Organization: HP Panacom Div Waterloo ON Canada
  9. X-Newsreader: TIN [version 1.1.4 PL6]
  10. Keywords: AIX FONTS AIXTERM
  11. Lines: 46
  12.  
  13. We have RS/6000 Runnung AIX 2.3. The fonts under /usr/lib/X11/fonts which 
  14. is IBM specific have incorrect specifications
  15.  
  16. sample of fonts.dir file:
  17. Bld17.snf.Z               -ibm--bold-r-block--23-16-100-100-c-110-ibm-850
  18. Bld17.iso1.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-1
  19. Bld17.iso2.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-2
  20. Bld17.iso3.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-3
  21. Bld17.iso4.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-4
  22. Bld17.iso5.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-5
  23. Bld17.iso7.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-7
  24. Bld17.iso9.snf.Z          -ibm--bold-r-block--23-16-100-100-c-110-iso8859-9
  25.                            ^  ^
  26.                            |  |
  27.                   pixels-------+  +-------- Points
  28.  
  29. The points field does not really match the fonts in associated snf file.
  30. Usually this field is in the order x10.  Even the font properties are
  31. not correctly set. Either the utility which generated the SNF OR these fonts
  32. were not originally BDF.
  33.  
  34. This really screws up bitmap font scalars which looks at points field 
  35. to scale up/down.
  36.  
  37. Question:  Is this fixed in their latest release ?
  38.  
  39. ------------ aixterm use of fonts---------------------------------------
  40.  
  41. aixterm does a xlistfonts with by trying to match of following pattern:
  42.  
  43.  "-*-*-medium-r-*-*-20-*-*-*-c-*-IBM-850"
  44.  
  45.  
  46.  This is not a good practice since one should match by point not by pixel!
  47.  
  48.  See  O'Reilly's Xlib programming Manual Vol 1 3rd Edition 
  49.     Section A.1.2 pages 558-559 
  50. -------------------------------------------------------------------------
  51.  
  52. Hopefully someone from AIX team can be informed about this.
  53.  
  54.  
  55. mohan
  56. mistry@waterloo.hp.com
  57.  
  58.  
  59.