Does anybody know where to look for the font size for the
D:\SM11\MILL\JOSRPT\MSTEPRPT.FMT files that generate setup sheets.

This D:\SM11\MILL\JOSRPT\MSTEPRPT.FMT files is as follows...
//------------------------------------------------------------------------
//  MILLING Step Report Format File (main)
//------------------------------------------------------------------------

extern string jof_file;

procedure header
{
        
format("--------------------------------------------------------------\n");
        format(" MILLING Step Report for %s\n", jof_file);
        
format("--------------------------------------------------------------\n");
        format("\n\n");
}

#include "mjobinf.fmt"

#include "mstepinf.fmt"

procedure footer
{
        format("                        -- %d --\n", page());
}



and it calls up

D:\SM11\MILL\JOSRPT\MJOBINF.FMT 
D:\SM11\MILL\JOSRPT\MSTEPINF.FMT  files.

My problem is that the reports generated are sometimes at  TTF Courier New 8
point and other times it is at 14 point. Not sure why the font size changes?
Any suggestions?
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to