From: "Steven Taylor" Newsgroups: comp.os.msdos.djgpp References: <929806761 DOT 391623 AT diddley DOT primus DOT com DOT au> <376cd91b DOT 11397514 AT news DOT mad DOT ttd DOT net> Subject: Re: TrueType fonts in Allegro - HELP! Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Organization: Internet Primus Message-ID: <930119014.973126@diddley.primus.com.au> Cache-Post-Path: diddley.primus.com.au!unknown AT ras196 DOT ports DOT adel DOT primus DOT com DOT au X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Date: Wed, 23 Jun 1999 15:52:20 +0930 NNTP-Posting-Host: 203.134.0.92 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 930119013 203.134.0.92 (Wed, 23 Jun 1999 16:23:33 EST) NNTP-Posting-Date: Wed, 23 Jun 1999 16:23:33 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > If you just want to use True Type fonts, and you don't need to rescale > them in real-time, or change their aspect on the fly, you can use > Allegro's normal text render functions. You only have to provide them > a font. You didn't seem to understand the nature of this: The Allegro FONT type is NOT ideal for holding representations of some TrueType fonts. Go into Word or WordPad and select the Brush Script font and type some stuff. You will see what I mean. By the way, I already have ttf2pcx and it is ok for some simple stuff, but the memory blowout of using multiple fonts and sizes is absolutely ridiculous.