Font heights may be interpreted slightly differently by the printer driver when being printed. You could try changing your print mode to bitmap printing with:
SetPrintAttribute (ATTR_BITMAP_PRINTING, 1);
That may fix the problem. If not, I recommend you look at our Word report tool for copying the table into Microsoft Word for printing. You can find an example using the MS Word report tool under cvi\samples\activex\word\wordrpt.prj.
Best Regards,
Chris Matthews
Measurement Studio Support Manager