home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / f / finalwriter / finalwriterv5.04ukver.lha / FinalWriter_B / FWMacros / TxtWidth_Decr < prev    next >
Text File  |  1993-10-25  |  374b  |  13 lines

  1. /* ================================================= */
  2. /* Bump current font's Width down by 1 percent.      */
  3. /* FinalWriter macro written by Ric Fischer - 7/7/93 */
  4. /* $VER: TxtWidth_Decr 3.0 (22.7.93)                 */
  5. /* ================================================= */
  6.  
  7. Options Results
  8.  
  9. Status FontWidth
  10. Result = Result - 1
  11. IF (Result = 3) THEN EXIT
  12. Width Result
  13.