From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0e836bb70c61fbbc2da474334444503a@centurytel.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] How to writesubfont() for Memsubfont type? From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Sep 2002 20:49:04 -0400 Topicbox-Message-UUID: f07aac6a-eaca-11e9-9e20-41e7f4b1d025 Thanks. I really should look at the code (the beauty of opensource). This is the path I'm taking now. How did I miss ttf2subf? Where do I get it? > 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.