Date: Sun, 4 Jun 2000 18:05:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: rob89 AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: Dos char set(help!!) In-Reply-To: <8hbm0f$t11$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 3 Jun 2000 rob89 AT my-deja DOT com wrote: > Is there any other website which just > deals with the the fonts in detail (for a beginners?).. Did you take a look at the source of the _set_screen_lines function from the DJGPP library? It includes working code that copies the BIOS font to another location, changes it a bit, and then instructs the BIOS to use it. The source is in the file src/libc/pc_hw/co80/conio.c in the djlsr203.zip distribution. If you haven't seen it, I suggest to do so. You can ask specific questions later (post them here).