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

  1. /* ================================================= */
  2. /* Bump current font's size up by 1 point.           */
  3. /* FinalWriter macro written by Ric Fischer - 7/7/93 */
  4. /* $VER: TxtSize_Incr 3.0 (22.7.93)                  */
  5. /* ================================================= */
  6.  
  7. Options Results
  8.  
  9. Status Fontsize
  10. Result = Result + 1
  11. IF (Result = 361) THEN
  12.    EXIT
  13.  
  14. FontSize Result
  15.