JJ,
Post by JJAs for font size, it seems that it's only for 80x25 screen.
Which one ? 8x8 chars ? 8x14 perhaps ? Remember, we are talking about
something *old* here.
Post by JJAnother downside is that the program is not unloadable.
Which is in par with the OS.
Just think of *two* TSRs intercepting the same vector, and what happens when
the first one restores its saved, origional vector. Yep, the second one
will not receive those messages anymore either ...
The, at that time, suggested "best solution" was to *not* fully unload the
program, but leave a kind of "stub" behind which would just pass-thru the
intercepted messages.
By the way: nothing stops you from simply grabbing the full font when its
used (and than write your own proggie around it). :-)
Hmmmm.... The fake virus "animO" just came back to me: a TSR which would
"melt" all "O" characters on the screen -- simply by redefining the
character. Funny when you started it on some poor saps machine,
preferrably when he was using the text editor... Yikes, I see I even still
got the (adapted) sourcecode for it.
Regards,
Rudy Wieser
Post by JJPost by Alejandro LieberNovaFont for DOS
NovaFont.com is a small program that loads a font much easier to read
than the one included in normal VGA boards.
It's free for personal use.
It can be loaded into upper memory using less than 6Kb.
It will stay resident until you reboot.
Normally, you would load it from the command line or your AUTOEXEC.BAT.
novafont.com
or
lh novafont.com
http://lieber.com.ar/novafont.zip
http://ftp.icm.edu.pl/pub/simtelnet/msdos/graphics/novafo01.zip
Enjoy it, and let me know if it is useful to you.
Alejandro Lieber
Since it's a font, I was wondering what font sizes it supports. I'm pretty
sure that it's for 80x25 screen, but what about higher screen sizes?
Unfortunately, there's no single information regarding that matter.
So, I had to try it out by myself. Turns out that it's pretty good. At
first... But, I always check fonts by the appearance of the "0" (number
zero), "O" (upper case letter O), "1" (number one), "l" (lower case letter
L), "I" (upper case letter I), and "|" (pipe) characters. Turns out that "I"
(upper case letter I) and "|" (pipe) characters looks exactly identical.
That's a big bummer.
As for font size, it seems that it's only for 80x25 screen. It would be
great if it also has fonts for higher screen sizes (i.e. smaller fonts).
Another downside is that the program is not unloadable. So, the only way to
unload it is by using a third party program. Ungraceful unload, of course.
Off topic...
What packer program did you use to compress the file?