From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <002101c36103$284c6fc0$2248dec2@falken> From: "Chris Hollis-Locke" To: <9fans@cse.psu.edu> References: <20030812183817.GA2491@ionkov.net> Subject: Re: [9fans] ttf2subf (again) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Tue, 12 Aug 2003 19:54:27 +0100 Topicbox-Message-UUID: 17efc5d6-eacc-11e9-9e20-41e7f4b1d025 Lucho wrote... >... >currently there is no support for these fonts in Plan9. The images are >converted to GREY8 before they are used as a mask. Yes - and a GREY8 mask acts as the alpha channel. Other things... sub-pixel rendering is used to apportion the amount of alpha set in the lower-res pixels. In the case of freetype, this is the grey level (how black the pixel is) this maps directly to the use of a GREY8 mask as alpha. I have ported freetype to Inferno, as a system module, and have limbo tools for generating font and subfont files. My aim is to produce a scalable font server. Chris.