Mail Archives: djgpp/1999/06/07/08:38:30
>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}=-
- Raw text -