PrintLineFeed(0) to change the Font (OpenInsight 32-bit Specific)
At 26 SEP 2006 01:18:56PM Richard S Todd wrote:
I have been unsuccessful in getting the PrintLineFeed Function to stay on the same line. I'm wanting use two fonts on the same line.
What am I doing wrong? Thanks Richard
BUYER_NAME=John Smith"
x=Print_SetFont(Bold_Font)
x=Print_Text("Buyer Name: ")
x=PrintLineFeed(0)
x=Print_SetFont(Reg_Font)
x=Print_Text(BUYER_NAME)