From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <94339412201 AT out DOT newmail DOT net> <81hnbl$7jq$2 AT portraits DOT wsisiz DOT edu DOT pl> Subject: Re: fprintf() and using under graphic modes Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /KHlxM/5nah/jnmNei552qrQnYExdZ85WBNhHXX6wXyEIAQf3JmKF2yFvrCh2R+9hGwMT0cF9zFx!EGpfK9aVxxHiegFaTyVT2bKLZSsLFki1KGK+UUTStFCRCLgtvPGZ/PJW9LGiFmz+noU= X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 25 Nov 1999 16:34:39 GMT Distribution: world Date: Thu, 25 Nov 1999 16:34:39 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 991125100843 DOT 11831N-100000 AT is... > > On Thu, 25 Nov 1999, Damian Yerrick wrote: > > > In multiples of 8x16 cells. > > No, in multiples of the character cell used by the current video mode. > 8x16 is only true for some of them. Including the graphic mode that Chaos was using. You > also mentioned about checking no of columns and rows in my > specific mode (ScreenCols() and ScreenRows() functions), > 640x480x256c - 0x101 in my case. It turned out that there is > 80 columns and 30 rows. I was assuming no "set font" BIOS calls that would make the current video mode's BIOS font anything but the stock 8x16 terminal font. More information on this call is available in Ralf Brown's interrupt list. http://www.ctyme.com/rbrown.htm Damian Yerrick