Hi there,
I have problme with the font when using printcapture. Even I set the font size is 20 but it's nothing changed. Here is my code. Please help.
proc main
set print fontsize 20
printer open
printcapture ON
printalign CENTER
transmit "^M /s/c -c^M"
waitfor "Backplane ID:"
waitfor ">"
while FAILURE == 1
waitfor ">"
endwhile
printcapture OFF
endproc
Thanks
I have problme with the font when using printcapture. Even I set the font size is 20 but it's nothing changed. Here is my code. Please help.
proc main
set print fontsize 20
printer open
printcapture ON
printalign CENTER
transmit "^M /s/c -c^M"
waitfor "Backplane ID:"
waitfor ">"
while FAILURE == 1
waitfor ">"
endwhile
printcapture OFF
endproc
Thanks