Earlier quoted context omitted.
Do you recall "DOSBLOOD.EXE", a font loader TSR that made the letters look like they were dripping?
This sounds fascinating, although "DOSBLOOD.EXE" only returns one Google result, being this comment. I assume it would work by constantly modifying the bitmap font?
VGA ROM Fonts (2020)
41–46 of 46 posts
Re: VGA ROM Fonts (2020)
#42Earlier quoted context omitted.
Luckily, that’s changing. C# 10 is converting namespace blocks into directives like Java. That means one fewer indent.
Do people indent namespaces in C#? In C++ it's common practice to not indent.
Re: VGA ROM Fonts (2020)
#43Earlier quoted context omitted.
Not on PC though.
It was available, but quirky and sometimes app specific. I do remember running Wordstar in 132 columns and some TSR to have DOS in 132 columns. There was "MODE CON COLS=132 LINES=50" also.
Re: VGA ROM Fonts (2020)
#44PDS: I think they're awesome!
>"This is my Micro-Labs Tseng Labs ET4000/W32i ISA card. I find it very beautifully laid out.' [...] "The card clocks are built around the CHRONTEL CH9294 dual PLL graphics clock generator integrated circuit. These are still available on various sites. The RAMDAC is an AT&T ATT20C490-80 part. These are also available on-line. The ET4000/W32i chip is also available on-line. Which makes me think: what if I'd build my own VGA card? I still have the Tseng Labs datasheets catalog and this VGA controller along with a sample schematic is described in depth. I could improve that design by using modern memories which would be cheaper and easier to source. But this is another topic. For the moment it is only food for thought."
PDS: I think it's a great idea!
Excellent article, all in all!
Well worth re-reading in the future!
Re: VGA ROM Fonts (2020)
#45Earlier quoted context omitted.
Really? I started college using VT100s in the lab to access the mainframe, and 80 columns was taxing enough to stare at hours on end. Can't imagine a 65% increase in horizontal density!
On a vt320, which does have a larger 14" CRT, couldn't find a good picture of a 132 column on 12": https://i.imgur.com/IYULtxAh.jpg
Re: VGA ROM Fonts (2020)
#46Earlier quoted context omitted.
It was available, but quirky and sometimes app specific. I do remember running Wordstar in 132 columns and some TSR to have DOS in 132 columns. There was "MODE CON COLS=132 LINES=50" also.
That's interesting, I haven't seen that. I don't think MODE CON magically changed text mode resolution beyond 80 or 40 cols either. It was mostly about having proper line wraps with INT 21h output, IIRC.