Live data from Hacker News

Hacking with Style: TrueType VT220 Font (2009)

sensi.org

11–20 of 34 posts

Re: Hacking with Style: TrueType VT220 Font (2009)

#11
MAME will actually emulate a VT240.

We spend a bundle, both on Charon VAX emulation and Bluezone Rocket terminal emulation. We used to run the Reflections terminal emulator, but that is up to $500/seat.

I was actually looking for a functional UTS-20 emulator for our OS2200, but that is another story.

MAME will tie the rs232 to an outgoing socket, and I ran it over stunnel to login to my VAX VMS.

It was a really slow Friday.

Re: Hacking with Style: TrueType VT220 Font (2009)

#12
post #11

MAME will actually emulate a VT240. We spend a bundle, both on Charon VAX emulation and Bluezone Rocket terminal emulation. We used to run the Reflections terminal emulator, but that is up to $500/seat. I was actually looking for a functional UTS-20 emulator for our OS2200, but that is another story. MAME will tie the rs232 to an outgoing socket, and I ran it over stunnel to login to my VAX VMS. It was a really slow…

how well did it work?

Re: Hacking with Style: TrueType VT220 Font (2009)

#14
post #10
post #6

A lot more information here, including how the phosphor decay is part of the font and you won't get the right appearance if you don't take it into account: https://www.masswerk.at/nowgobang/2019/dec-crt-typography

I do wonder if a sufficiently clever person could coerce OpenType's Variable Font extension to simulate phosphor behaviour.

There was a time when blurred fonts were some of a (small) hype. The tricky part is that phosphor response isn't linear, but sinusoidal, and that you had to scale this with font size… (You could make this an axis with variable fonts, though.)

Re: Hacking with Style: TrueType VT220 Font (2009)

#16
post #5

I used to love this font but the fake scanline effect was eyehurty after a while. DEC Terminal Modern is the same font with a nice vector look that won't interfere with the scanlines when you use it in cool-retro-term.

https://www.dafont.com/dec-terminal-modern.font

Does this have any particular size it's supposed to be used at?

Re: Hacking with Style: TrueType VT220 Font (2009)

#17
post #5

I used to love this font but the fake scanline effect was eyehurty after a while. DEC Terminal Modern is the same font with a nice vector look that won't interfere with the scanlines when you use it in cool-retro-term.

https://www.dafont.com/dec-terminal-modern.font Does this have any particular size it's supposed to be used at?

Nah, it's good for all sizes. The glyphs have been completely vectorized.

Re: Hacking with Style: TrueType VT220 Font (2009)

#18
post #6

A lot more information here, including how the phosphor decay is part of the font and you won't get the right appearance if you don't take it into account: https://www.masswerk.at/nowgobang/2019/dec-crt-typography

With CSS (text-shadow to be exact) you can get pretty close, here is my shot at it: https://codepen.io/ivanca/pen/oNPZMLx

Re: Hacking with Style: TrueType VT220 Font (2009)

#19
post #17

Earlier quoted context omitted.

https://www.dafont.com/dec-terminal-modern.font Does this have any particular size it's supposed to be used at?

Nah, it's good for all sizes. The glyphs have been completely vectorized.

Doesn't work in Terminal on macOS. It only displays bordered-questionmarks instead of glyphs. On the webpage, it does look like a nice font, though.
Post reply on HN