From: "Cindy Olsen" Newsgroups: comp.os.msdos.djgpp Subject: Allegro - Grabbing fonts to datafiles Date: 24 Nov 1998 07:27:03 GMT Organization: CMDS News machine Lines: 10 Message-ID: <01be175f$c7a40620$3d6731cc@colsen.tsufl.edu> NNTP-Posting-Host: dialup50.adisfwb.com X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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, with ASCII characters 32-126 from my font in the first 83 spaces. Then I saved it as a bitmap, read it into the grabber, and grabbed it as a font object, but it keeps coming out as an 8x8 fixed size font. What am I doing wrong??? The "grab from grid" option doesn't work either - it says no grid was found. Thanks in advance for any help. Cindy