From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] How to writesubfont() for Memsubfont type? From: C H Forsyth MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Sep 2002 18:03:45 +0100 Topicbox-Message-UUID: efe13706-eaca-11e9-9e20-41e7f4b1d025 if you're just building subfonts to write to a file, you can fill in a Subfont instead of a Memsubfont and use writesubfont instead, since the latter doesn't need the draw subsystem (it just writes a representation to a file using write). that's what i did for my Freetype ttf2subf program.