Home | Reviews | GUIpedia | Forum | Fun500


qfonts
QFonts 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-217:34 PM

ysftRe:qfonts
shit 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-217:35 PM

BrandonRe:qfonts
Yeah The difference is noticable. Use DOSBox at 3000 cycles and it shows.
2008-08-217:48 PM

ysftRe:qfonts
its very noticable even at 30 000 cycles
2008-08-218:17 PM

Other


2021 Brandon Cornell