So, the FONTDEF command lets you define font characters.
But, it only lets you define characters on those that already exist?
FONTDEF 0,"FFFF"*64results in a lot of white null spaces, as expected, but
FONTDEF 1,"FFFF"*64returns Illegal function call(FONTDEF). Doing ?CHR$(1) results in one of the undefined x-box character things, so pretty much any undefined character wont let you use FONTDEF on it from what I've found so far. Is this a bug or just another strange design choice?