From mboxrd@z Thu Jan 1 00:00:00 1970 From: Latchesar Ionkov To: 9fans@cse.psu.edu Subject: Re: [9fans] bitstream vera Message-ID: <20031026140547.GA5550@ionkov.net> References: <20031025035723.6014.qmail@g.bio.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Date: Sun, 26 Oct 2003 09:05:47 -0500 Topicbox-Message-UUID: 79268be6-eacc-11e9-9e20-41e7f4b1d025 Speaking about multibit fonts ... I was trying to add suport for subpixel fonts. I think the easier way to implement that is to make memimagedraw to apply the channels of the "mask" image (if it is not monocrhome) to the appropriate channels of the "src" image. Currently it generates a greyscale image and applies it to every channel. Is that change going to break anything? Is it a good idea at all? Thanks, Lucho On Sat, Oct 25, 2003 at 07:35:21PM -0400, Russ Cox said: > > I've converted Bitstream Vera to Plan 9 format: > > http://www.cse.psu.edu/~schwartz/vera.tar.bz2 > > > > I'm not sure what dpi ttf2subf is using, but I selected a handful of > > point sizes, hopefully good ones. > > That's a nice font. Does it look good in 1-bit depth? > (I find the multibit fonts too fuzzy for every-day use. > I think my eyes keep trying to focus better.) > > Russ