From: Doug Eleveld Newsgroups: comp.os.msdos.djgpp Subject: ANNOUNCE: RLE (run length encoded) font routines for Allegro Date: Sun, 21 Jun 1998 16:59:57 +0200 Organization: Rijksuniversiteit Groningen Lines: 14 Message-ID: <358D1FED.1D71887D@dds.nl> NNTP-Posting-Host: client36-81.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 ANNOUNCE: RLE (run length encoded) font routines for Allegro RLEFONT is some code to create/display run length encoded (RLE) fonts for use with Allegro. They are alot smaller that the Allegro fonts and are sometimes faster. On my machine (pentium 90 with ET6000) they are 2.5 times as slow (which is still pretty fast) for filled background and 20% faster for empty backgrounds than Allegro's normal textout function. Included is a profiling program (requires pentium) to see how fast the text output is on your machine. There are examples of how to use the lib and source code is included. You can find it at http://huizen.dds.nl/~deleveld/index.htm Doug Eleveld