Message-ID: <3A60B414.D2ED1FCC@nycap.rr.com> From: Kaeru the Frog X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en,ja MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: using allegro fonts with characters greater than 128 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 7 Date: Sat, 13 Jan 2001 19:58:42 GMT NNTP-Posting-Host: 24.25.140.173 X-Complaints-To: abuse AT nycap DOT rr DOT com X-Trace: typhoon.nyroc.rr.com 979415922 24.25.140.173 (Sat, 13 Jan 2001 14:58:42 EST) NNTP-Posting-Date: Sat, 13 Jan 2001 14:58:42 EST Organization: Time Warner Road Runner - Albany NY To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i loaded my project's data file in grabber and added a font. it used the default 8x8 font. i exported the font to a .bmp and edited some of the chraracters higher than 128. i then saved it as a .bmp and imported it to my datafile. every thing higher than the tilde is the original 8x8 font, which is how grabber.txt said it would. why are the fonts limited to characters 32-128 while the default font goes all the way up to 255? can i have custom charactes over 128?