I was originally trying to make the font inside a table smaller, and when I was trying things out, I ran into a problem with \restoreglobalbodyfont changing the font size of my superscripts from what it was before the command was issued. I really just want to make the font inside my table smaller, but I don't know how to "turn off" a formating command like \tfxx. I originally thought that was what \par was for, but it doesn't seem to do anything. I then tried \restoreglobalbodyfont, but started running into my issues. Can anyone give me any help with this issue? Mike ------------------------------------------------------------ test.tex -------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------- \starttext Sample Text\high{TEST} \tfxx \placetable[here]{} \starttable{|c|c|} \HL \NC test \NC test \NC\FR \NC test \NC test \NC\LR \HL \stoptable \par Sample Text\high{TEST} \restoreglobalbodyfont \par Sample Text\high{TEST} \stoptext