Hacking with Style: TrueType VT220 Font (2009)
21–30 of 34 posts
Re: Hacking with Style: TrueType VT220 Font (2009)
#22I 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)
#23Nice font but I wish it didn't consist of lines like that.
You can manually trace over the ROM bitmaps and make the contour - I did that with my 3270 font.
Re: Hacking with Style: TrueType VT220 Font (2009)
#24Fans of this might enjoy https://github.com/Swordfish90/cool-retro-term
Re: Hacking with Style: TrueType VT220 Font (2009)
#25Next time I need to email a SQL query, I will use it <3
Re: Hacking with Style: TrueType VT220 Font (2009)
#26A 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
https://www.masswerk.at/rterm/VT/
And a rather fancy version of the same thing: https://www.masswerk.at/rterm/VT/fancy.html
Re: Hacking with Style: TrueType VT220 Font (2009)
#27Earlier quoted context omitted.
https://www.dafont.com/dec-terminal-modern.font Does this have any particular size it's supposed to be used at?
The source site at vtxemu.com has been squatted though :( Any other source to download it?
Re: Hacking with Style: TrueType VT220 Font (2009)
#28MAME 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?
No text cut and paste.
The baud rate actually has to be set correctly in the firmware before the connection works.
The command line to invoke for the IP address 1.2.3.4 port 23 is:
mame -rp . vt240 -window -nothrottle -host null_modem -bitb socket.1.2.3.4:23
These are some useful articles that I read in getting it working.http://www.bitsavers.org/pdf/dec/terminal/
https://github.com/larsbrinkhoff/terminal-simulator/issues/1
https://www.mail-archive.com/simh@trailing-edge.com/msg09086...
https://forums.bannister.org/ubbthreads.php?ubb=showflat&Num...
https://simh.trailing-edge.narkive.com/qgzCvrl8/dec-vt-emula...
Re: Hacking with Style: TrueType VT220 Font (2009)
#29Earlier quoted context omitted.
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.)
(I am not a sufficiently clever person, obviously, and you probably wouldn't want to burn cycles on simulating that anyway. Nevertheless.)
Re: Hacking with Style: TrueType VT220 Font (2009)
#30Earlier quoted context omitted.
The source site at vtxemu.com has been squatted though :( Any other source to download it?
On the site linked above, over on the right-hand side of the page there's a "download" button that still works.