Date: Tue, 13 Oct 1998 18:37:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Karl Martens cc: djgpp AT delorie DOT com Subject: Re: DOS System font In-Reply-To: <6vold9$i1g@priv-sys04-le0.telusplanet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 10 Oct 1998, Karl Martens wrote: > I'm writing a little graphics program and I want to blit some text to > the screen. I would much rather use the built in DOS font as to design my > own. If you know the memory location of this font, I would appreciate your > input. It is not a constant address, but there's a function of Int 10h to get the address. I suggest to download v2/djlsr201.zip from the same place you get DJGPP and look at the function _set_screen_lines in the file conio.c. It uses this technique to get to the system font (and change it).