From: "Christopher Nelson" To: Subject: Re: Fonts Date: Sat, 5 Jun 1999 07:53:23 -0600 Message-ID: <01beaf5a$c7597a40$LocalHost@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com >Nathan "DrumNark" Brown wrote: >> >> How would I go about loading a font into the c file?? I use allegro if that >> helps. I have tried downloading library extensions from the net, but they >> don't EVER work. So I come here to post. I just want to know how I can get a >> windows font to the djgpp file. I have dloaded a ttf->pcx converter from the >> net, but I don't know where to go from there. Thanks You can also download allegttf. It's a library that allows you to load True-Type Fonts directly into your allegro program. In addition, it also performs antialiasing. It requires Allegro 3.0 or greater. It's very simple to use, requiring you to just init it, and then all the standard allegro text routines call it via the hook mechanism. -={C}=-