From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9234332155b67ab7e27e3baf8846d3a7@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] How to writesubfont() for Memsubfont type? From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Sep 2002 05:59:01 -0400 Topicbox-Message-UUID: efa9bb6e-eaca-11e9-9e20-41e7f4b1d025 > Can't find a writememsubfont(). Is it obvious? That's a tricky question. What's obvious to one person may be mysterious to another. But I think the implementation will be to take writesubfont and s/Subfont/Memsubfont/g. Don't forget that you still need to write the image; the writesubfont routine only writes the character width data. A subfont file comprises the width data followed by an image, written the usual way. Why do you need this? -rob