Home | Reviews | GUIpedia | Forum | Fun500
| qfontsQFonts 0.0.2
Hello, it's me ysft. You might remember qfonts? (probably
not) Qfonts is my font routine for qbasic.
The last version was 0.0.1 but Brandon said its too slow.
The reason it was too slow is because i was using PSET, and PSET is slow. In screen 12 1 byte controls 8 pixels so I decided to draw a whole row of pixel with a single POKE statement like this:
def seg=&ha000
c%=12
poke 80&*y+x8,c
This is much faster but here is the problem: I am not sure how would i draw the font on something like a picture without wrecking it? Could someone help me with this?
here is the download:
[url]http://www.serpentine.moved.in/qfonts-0.0.2.zip[/url]
qfont1.exe | 2008-08-21 | 7:34 PM |
ysft | Re:qfontsshit wtf, forgot to log in
Oh, btw, on qfont2 the loading font thing is actually real and show the progress of loading the font. Please dont think its some yangOS shit | 2008-08-21 | 7:35 PM |
Brandon | Re:qfontsYeah The difference is noticable. Use DOSBox at 3000 cycles and it shows. | 2008-08-21 | 7:48 PM |
ysft | Re:qfontsits very noticable even at 30 000 cycles | 2008-08-21 | 8:17 PM |
Other
2021 Brandon Cornell