Text Formatting

I have a Comments field that is used though out my solution, set at 10pt font. I created a form that will be printed, PDF, Fax etc. where the text of this same field is reduced to 7pt formatted as RTF.

I noticed that now the text is 7pt though-out my solution. Should I format the text to 7pt when the record is printed, then back to 10pt? I just wanted to make sure if this would be the best way to control the text formatting.

Thanks,
Erich

I am trying to format the text via a method:

forms.CSFlexServiceEstimatePrint.elements.AccountNotes.selectAll();
forms.CSFlexServiceEstimatePrint.elements.AccountNotes.setFont(Tahoma,0,7);

Does not do anything