The Oldschool PC Font Pack v2.0
11–20 of 73 posts
Re: The Oldschool PC Font Pack v2.0
#12For linux users, you can open the .FON files with fontforge, then go to file menu -> generate to create a .bdf file (I prefer to use bitmap over ttf to avoid any artifacts).
I do want to include .bdf fonts in future versions, especially if the conversion is as simple as that. But if I do it I want to be sure I do it correctly, and I'm still not 100% familiar with the format.
Re: The Oldschool PC Font Pack v2.0
#13It never ceases to amaze me that the IBM PC got these fonts when IBM big iron terminals had a much nicer, modern geometric sans serif font. They just needed to use the 5100 font or terminal fonts they were already using.
> a much nicer, modern geometric sans serif font Which font was that?
I'm not sure which was the first machine that had the distinctive MDA look that flowed into CGA, EGA, and VGA. Could be something created for the PC.
If all else failed, it'd be nicer if they just did like Commodore and copied the Atari 8-bit one with wide stems. The NTSC output for the CGA board more or less mandated the wide stems to prevent color artifacts.
Re: The Oldschool PC Font Pack v2.0
#14It never ceases to amaze me that the IBM PC got these fonts when IBM big iron terminals had a much nicer, modern geometric sans serif font. They just needed to use the 5100 font or terminal fonts they were already using.
When the project started, they were way way behind in the home PC market
Re: The Oldschool PC Font Pack v2.0
#15Finding this: https://unix.stackexchange.com/questions/307356/what-is-the-...
And this is the TTF of that font: https://github.com/Zygo/xscreensaver/blob/master/OSX/gallant...
Re: The Oldschool PC Font Pack v2.0
#16Re: The Oldschool PC Font Pack v2.0
#17Re: The Oldschool PC Font Pack v2.0
#18For linux users, you can open the .FON files with fontforge, then go to file menu -> generate to create a .bdf file (I prefer to use bitmap over ttf to avoid any artifacts).
See: https://fedoraproject.org/wiki/BitmapFontConversion
As a side effect, the fonts will probably work better as OTB anyway. At least, that’s my experience.
Re: The Oldschool PC Font Pack v2.0
#19For linux users, you can open the .FON files with fontforge, then go to file menu -> generate to create a .bdf file (I prefer to use bitmap over ttf to avoid any artifacts).
If you are on Linux, you will probably want to convert to OTB instead. Pango has dropped support for BDF and it’s just a matter of time before your distro gets hit with the full effect (if you are on a “stable” channel then you probably haven’t gotten hit yet). If you use old-school X programs without Pango you may not notice, but nearly everything on Linux that doesn’t look like XTerm uses Pango. See: https://fedora…
Re: The Oldschool PC Font Pack v2.0
#20Unrelated to the fonts, but I really love that CSS they're using to emulate the ANSI interfaces of my youth. Perhaps it's just a product of my age, but I find it a lot more usable then a lot of similar website interfaces.
I wish there was a CSS framework for this type of UI language