Quote:I would not recommend this at all. This stuff is not portable and assumes the existence of some QB64 undocumented internals which can change in the future.
I would rather suggest doing what @SMcNeill said or if you are willing to wait, then we may have a way of loading PSF fonts (soonish).
ok getting strange results when trying to
put #, ansinum * 16 + 1, char16$ ' for new character edit
all the new dots show up but all the erased ones remain when reload whole file.
BUT when i close program and reopen and run again the characters show correctly with erased dots and added dots for character edit. weird
i had to resort to doing edits into new file and loading that one and then editing into a still newer file...
steve's method doesn't let you grow your own font but i can do just fine without screen 0 in graphics screens.
b = b + ...