Viva Clipper !

SP_SL_BOLD

Advertisements
SL_BOLD()

  Short:
  ------
  SL_BOLD() Sets font stroke weight to BOLD (ultra black)

  Returns:
  --------
  cCode => control string to send to the printer

  Syntax:
  -------
  SL_BOLD()

  Description:
  ------------
  Sets font stroke weight to BOLD (ultra black)

  Examples:
  ---------
   ?"Now I am "+SL_BOLD()+"REALLY"+SL_NORMAL()+" 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

 

Advertisements

Advertisements