> I suppose if you have a set of notes you always want to use with the > alternate font you could make a script that both opens the notes and applies > the alternate font to them.
If the font depends on the category, use autorun to recognize when a new note is open (c=powerpronote), get the category (the note handle is the same as the window handle of the open note) with note.getcategory, and then send the font depending on the category.
