Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!!dberry From: dberry@ (Daniel M. Berry) Newsgroups: comp.lang.postscript Subject: setgray strangeness.. Message-ID: <10004@discus.technion.ac.il> Date: 20 Jun 91 05:10:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: Technion, Israel Inst. of Technology Lines: 15 A student of mine developed a font with FontMatrix [.1 0 0 .1 ... ] The characters of the font consist of pictures that require regions of different shades of gray. Thus the routine for each character consists of setgray's, closepath's, and fill's. We noticed that the font does not work when the point size is set to less than 10. That is, the font works fine at point size 10 or more, and at point size 9 or less, we get nothing. Moreover, if you remove the setgray's, then they work at point size 9 (albeit the glyph does not look right!). Does anyone have an explanation? One clue.. I noticed that at point size 10, some of the regions in some of the characters are only one or two dots wide. Thanks for your ideas Dan