From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Japanese Font From: "rob pike" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010209031449.D7F5F199E1@mail.cse.psu.edu> Date: Thu, 8 Feb 2001 22:14:37 -0500 Topicbox-Message-UUID: 5f706dc8-eac9-11e9-9e20-41e7f4b1d025 Pack the characters as tightly as you can without overlap. The associated width information (Fontchar) has sufficient information to extract them. tweak /lib/font/bit/lucidasans/lsb.24 (or any other subfont file) to see what a subfont looks like. If you have a routine that can extract a single character image from the .bdf file, then draw() is all you need to pack the pixels. -rob