home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0926.lha / JcGraph / Rexx / font.rex < prev    next >
OS/2 REXX Batch file  |  1993-10-07  |  2KB  |  30 lines

  1. /* Font.rex */
  2. /* -------- */
  3. /* Description: Font management button cluster.                         */
  4. /*              SizeX: Will enable to set size of the fonts on the      */
  5. /*                     X axis. See 'SizeX.rex' for details.             */
  6. /*              SizeY: Will enable to set size of the fonts on the      */
  7. /*                     Y axis. See 'SizeY.rex' for details.             */
  8. /*              SizeZ: Will enable to set size of the fonts on the      */
  9. /*                     Z axis. See 'SizeZ.rex' for details.             */
  10. /*              Spa.X: Will let you change the space between font and   */
  11. /*                     the chart on the X axis. See 'SpaceX.rex' for    */
  12. /*                     details.                                         */
  13. /*              Spa.Y: Will let you change the space between font and   */
  14. /*                     the chart on the Y axis. See 'SpaceY.rex' for    */
  15. /*                     details.                                         */
  16. /*              Main:  Will return to the main button cluster.          */
  17.  
  18. address 'JCGRAPH'
  19.  
  20. 'button 1 Label=SizeX JcGraph:rexx/SizeX.rex'
  21. 'button 2 Label=SizeY JcGraph:rexx/SizeY.rex'
  22. 'button 3 Label=SizeZ JcGraph:rexx/SizeZ.rex'
  23. 'button 4 Label= JcGraph:rexx/Font.rex'
  24. 'button 5 Label=Spa.X JcGraph:rexx/SpaceX.rex'
  25. 'button 6 Label=Spa.Y JcGraph:rexx/SpaceY.rex'
  26. 'button 7 Label= JcGraph:rexx/Font.rex'
  27. 'button 8 Label= JcGraph:rexx/Font.rex'
  28. 'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
  29. 'button 10 Label= JcGraph:rexx/Font.rex'
  30.