NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

font selection

I noticed that by default, TS HTML Report generator uses the FONT=VERDANA. How can this be chnaged without actually editing the the ReportGen sequence file? Also, is there a method for setting the FONT size?

rjmiller
0 Kudos
Message 1 of 2
(2,830 Views)
Hi
Is there a reason you would not like to modify ReportGen_Html.seq ?

One way is to do a find and replace on the report text in the process model entry point sequence. For example you can open up Single pass and right after "TestReport" Sequence call you can add a statement step and in that statement step you can replace the string "Font=Verdana" with a different one. The report is stored in locals.Report.
This should be done before "Set Report" is called as in the "Set Report" step the report is updated in the sequence editor.

Hope that helps.
Regards
Anand Jain
National Instruments.
0 Kudos
Message 2 of 2
(2,830 Views)