Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE32A898C@probe-2.Acclaim-Euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Allegro - Grabbing fonts to datafiles Date: Tue, 24 Nov 1998 09:45:40 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Cindy Olsen writes: > Can someone tell me how to format a font bitmap so that Allegro's > grabber interprets it as a proportional font? I made a 16x14 grid > with color 0 for the lines and color 255 in the spaces You should be using color #0 for the background part of the characters, and color #255 for the separator grid lines. The best way to see how this should work is to make a new font object in the grabber, and export it to a .pcx file. This will give you a sample font in a format that the grabber will understand, so you can look at it to get an idea how the layout should be done... Shawn Hargreaves.