From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01731cefa649f6fe524c9886640c4aea@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] ttf2subf (again) From: YAMANASHI Takeshi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 13 Aug 2003 10:12:13 +0900 Topicbox-Message-UUID: 189cfeb8-eacc-11e9-9e20-41e7f4b1d025 > My aim is to produce a scalable font server. I'm interested in the implementation of the server. I kind of feel implement it as a file server sits on somewhere like /lib/font/bit/ttf. When a certain font like /lib/font/bit/ttf/R.7.1 is requested to be open(2)ed and doesn't exist, the server creates it using ttf2subf and returns the resulted bit map font. The beauty of Plan 9 file server. -- YAMANASHI Takeshi