home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / FINALWRITERUPDATE2,1.DMS / in.adf / FWMacros.lha / TxtWidth_Decr < prev    next >
Encoding:
Text File  |  1993-07-22  |  374 b   |  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.