Where "\->" represents the "right arrow" character (right-shifted
0 key), read up on the commands FONT\-> and \->FONT. For that
matter, also see FONT6, FONT7, and FONT8.
Anyway, you can put your current (possibly modified) font object
on the stack with FONT\->, save it in a global variable, and later
recall it to the stack and make it your current font with \->FONT.
Wolfgang's libraries and programs are usually excellent, in
particular in optimization for program size, but he does seem to
have a bad habit of using unsupported entry points, which can make
one fail with ROM revisions other than the one that it was written
with. Whether this is the case with Fontman, I don't know.
Regarding the ARCHIVE and RESTORE commands, note that they archive
and restore only the home directory and its subdirectories, thus
all global variables including reserved variables. In particular,
they don't apply to the flags or various other settings that
aren't stored in global variables.
Also note that everything is case sensitive on the RPL models.
"RESTORE" is a built-in command; "Restore" isn't.
Regards,
James
Edited: 20 Feb 2007, 8:16 p.m.