Replies: 3 comments
-
|
this one here could be more easy to convert. A vt52 font in .otf format. |
Beta Was this translation helpful? Give feedback.
-
|
do you like to have a true VT100 font (meaning the character set) or just the CRT effect? Using a real VT100 font means you will have a 8x9 font, that using 640x480 resolution results to 80x53 screen size. |
Beta Was this translation helpful? Give feedback.
-
|
Thats a good question ;) - because I like the VT100 Font, but I dont know if its that nice without the CRT-Effect. If I have do decide in the first place, I would prefer CRT-Mode as the first wish. I did try to decode the hexcodes in the font-.h files but didnt get a real char if I decode hex to binary and set the pixel like in the bit-pattern So the 8x8 A (without Scanlines) from the VT52 Font could be a 8x14 "scanline" A? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Is there a chance to get a VT100 font like on the following
VT100 CRT Emulation?:
https://github.com/larsbrinkhoff/terminal-simulator
The emulations does run the VT100 Firmware in a 8080-Emulator.
So it sounds like a Z80-Emulator like on the VGA32 should also be a possible VT100?
Maybe only with a special font or like the complete emulation like the other github-project?
Beta Was this translation helpful? Give feedback.
All reactions