From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] bitstream vera In-Reply-To: Your message of "Sun, 26 Oct 2003 09:05:47 EST." <20031026140547.GA5550@ionkov.net> From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <74770.1067181102.1@t40.swtch.com> Message-Id: Date: Sun, 26 Oct 2003 10:11:42 -0500 Topicbox-Message-UUID: 792eacd6-eacc-11e9-9e20-41e7f4b1d025 > 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? I doubt it. I can't think of any software that uses color images as masks. Perhaps faces does, but it's a clumsy hack and would be easy to fix should the need arise. > Is it a good idea at all? That's less clear. All the subpixel fonts I've seen still look fuzzy enough that I wouldn't use them for much. Russ