Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
|
Screen fonts in SCREEN 0
|
Posts: 50
Threads: 12
Joined: Nov 2023
Reputation:
3
07-07-2025, 01:41 PM
(This post was last modified: 07-07-2025, 01:44 PM by pmackay.)
its very easy in qb64 to change the bios fonts.... redifined my own ascii.... 100% possible. screen 0 set for 64,16 with 16cols just like vintage computers.
(05-07-2024, 04:41 PM)TerryRitchie Wrote: (05-07-2024, 02:57 PM)BDS107 Wrote: In the MS-DOS days of Norton Utilities, PC-Tools, etc., you would see programs redrawing their ASCII characters to get different boxes and characters.
We can easily create font files via the VGA Font Editor (see https://github.com/a740g/VGA-Font-Editor).
But how do we get this on the screen via SCREEN 0? No not SCREEN 13 or so.
I used to write an assembler program for that, but I've lost it, years ago.... Yeah, that was cool how Norton and others did this. This was done by creating a new ASCII set in RAM and then hooking the BIOS call to that new section of RAM instead of grabbing the character from ROM. That is why the assembler program was needed, it would perform the redirection. This is not going to be possible with QB64 (as far as I know, the developers here are rather clever).
You'll need to create your own font file (.ttf) and then use the method Steve pointed out above.
still working on it. 255 ascii chars.screen 0... qb64
|
| Messages In This Thread |
RE: Screen fonts in SCREEN 0 - by pmackay - 07-07-2025, 01:41 PM
|
Users browsing this thread: 1 Guest(s)