From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1ced80d01a18ec54a5b7a944fddd9ca4@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu From: YAMANASHI Takeshi MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] catenating subfont files, catsf Date: Mon, 15 Dec 2003 11:59:18 +0900 Topicbox-Message-UUID: a3844338-eacc-11e9-9e20-41e7f4b1d025 Ttf2subf is great, but the ouptut subfont files have been sliced into very small pieces. For example, I tried ttf2subf on the Cyberbit font and it produced a font(6) file of almost 2000 lines. Furthermore, in cerntain ttf, the result was almost 4000 lines and it slows rio considerably using the font. So I made a program catenating multiple subfont files into a single file. The following lines would do the installation for you: hget http://p9c.cc.titech.ac.jp/plan9/catsf.tgz | gunzip | tar cd catsf; mk install See the manpage included in the tgz for more details. -- YAMANASHI Takeshi