How can I access current settings and change them back again after a macro?
Looking back at some of my older macros I see that in several of them I change things in Isodraw to suit the macro but once the macro is finished, the changed attributes remain, they are not put back to their former state.
For example I have one that adds text to a drawing and sets:
Text size 7
Text align base_line right
Doing this of course leaves the text size at 7 and text align at base_line right regardless of what they were before the macro was run.
What should really be done is to make a variable of the existing text size and alignment settings, so that they can be set back as they were at the end of the macro.
Trouble is I don't know how to extract these values. I'm sure there should be a way, but I can't find it in Macro help.

