From: Doug Eleveld Newsgroups: comp.os.msdos.djgpp Subject: Re: [Allegro] Fonts... Date: Sat, 13 Jun 1998 13:02:52 +0200 Organization: Rijksuniversiteit Groningen Lines: 17 Message-ID: <35825C5C.D4C57E05@dds.nl> References: <3581BF4D DOT 328F3535 AT netrover DOT com> NNTP-Posting-Host: client36-57.oprit.rug.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Nicolas Blais wrote: > > I have a couple of PCX fonts I have that I want to use _without_ making > a DATA file with Grabber. Is it possible to load a PCX font file or an > FNT file into my project? > There probably is but I am asking. There (of course) is code in Allegro's grabber to do exactly that. I used a great lot of that code in the AllegTTF library. There are function to do exactly this along with fast antialiased text drawing and loading of TTF, bitmap(PCX,BMP...), GRX, and BIOS style fonts. You can find it at http://huizen.dds.nl/~deleveld/index.htm Hope it is what you want. Doug Eleveld