SL_ITALICOFF() Short: ------ SL_ITALICOFF() Sets font style to upright (non italic) Returns: -------- cCode => control string to send to the printer Syntax: ------- SL_ITALICOFF() Description: ------------ Sets font style to upright( non italic) Examples: --------- ?"Now I am "+SL_ITALIC()+"REALLY"+SL_ITALICOFF()+" mad!" Notes: ------- Does not send anything to the printer - instead returns a control string that you send to the printer. String can be sent with ? or ?? or QOUT() or QQOUT(). For HP and compatible(PCL) Laserjet printers. Source: ------- S_HPLAS.PRG
Pingback: SP Functions | Viva Clipper !