VOGONS

Common searches


First post, by Abdull

User metadata
Rank Newbie
Rank
Newbie

Hi,
I'm currently searching for the roots of that font that is visible during booting and in the BIOS, for example see http://en.wikipedia.org/wiki/Image:Phoenix_-_ … tup_Utility.jpg or http://en.wikipedia.org/wiki/Image:Pc_boot.jpg.

I noticed that DOSBox uses the same font imho, so I guess the DOSBox team knows about it.
My questions are:
When did this font first appear, who created it?
Does it have a fancy name?
When I boot my computer, where is it loaded from? Is it placed in the video BIOS?
Why does it seem to always be the same font across all mainboards/BIOSes/graphics cards?

Thanks for your help. If I get good replies, I'll start a new Wikipedia article on this font 😁

Reply 1 of 8, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

See http://www.nongnu.org/vgabios/
and especially their file vgafonts.h :

/*
* These fonts come from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip
* The package is (c) by Joseph Gil
* The individual fonts are public domain
*/

Reply 2 of 8, by Abdull

User metadata
Rank Newbie
Rank
Newbie

Okay, thank you very much for this information:

I figured out:

vgafonts.h contains three long "file" arrays of files found in the fntcol16.zip archive:

vgafont8[] == VGA-ROM.F08
vgafont14[] == VGA-ROM.F14
vgafont16[] == VGA-ROM.F16

These files are 1-bit bitmaps of characters, .F08 files having 8 bytes per character (8x8 pixel dimension), .F16 files having 16 bytes per character (8x16 pixel dimension). All characters sorted in (extended?) ASCII format.

Well, unfortunately my research still does not answer WHERE the true source of VGA-ROM.x stems from (maybe an old IBM PC?). But I guess, as bitmapped fonts cannot be copyrighted (as the documentation found in fntcol16.zip says), they are just copied from manufacturer to manufacturer nowadays.

Reply 3 of 8, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

All characters sorted in (extended?) ASCII format.

Well it's plain ascii, that is the decimal value 10 would be stored as
0x0a (hexadecimal) in the array.

Maybe those files were ripped from some graphics cards, best thing
you could try is contacting the packager of those files.

Reply 6 of 8, by madiyaan

User metadata
Rank Newbie
Rank
Newbie

Hello all,

I am also looking for a ttf or something that can be installed in Windows XP of this very font. Does anyone have any idea how I can do it? Or better yet, if anyone has already done it, can you link it?

It looks very good for a monospaced programming font. 😀

Regards,

Reply 7 of 8, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I don't know if it is a TrueType Font or not, but I like Lucida Console for my programming.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 8 of 8, by Kippesoep

User metadata
Rank Oldbie
Rank
Oldbie

Try http://www.uwe-sieber.de/dosfon_e.html. Note that, when this guy mentions "the DOS-Box", he's not referring to DOSBox, but to the Windows command prompt 😀