home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / txtutl / magic.lbr / MAGIC.DOC < prev   
Text File  |  1987-03-08  |  5KB  |  111 lines

  1.        ***************************************************                                    
  2.              T H E  M A G I C  M A R Q U E E
  3.                        BY GEORGE STEWARD
  4.  
  5.             POPULAR COMPUTING NOV. 84, PROGRAM FACTORY
  6.       
  7.             EDITED BY M. SKAL, 9/27/84
  8.        ****************************************************
  9.  
  10. The MAGIC MARQUEE or MAGIC for short is a program to print large
  11. letters, the type of characters you may have seen on computer
  12. printouts like the date in 2 inch letters across the page.
  13.  
  14. MAGIC gives your computer the ability to print or display letters
  15. up to 10 inches high and 5 inches wide. The program can also be
  16. used to have a message scroll continously on the screen.
  17.  
  18. The program assembles the large letters using the standard
  19. letters of your computer or printer, i.e. if you have a
  20. daisy-wheeler you can also print large characters now! Well, not
  21. quite the same as a dot-matrix but large characters just the same.
  22.  
  23. The program promts initially for the horizontal and vertical
  24. factors for the characters to be printed. The smallest size
  25. character is 5 columns by 7 lines, the largest is 50 col. by 70
  26. lines!!!
  27.  
  28. You can choose the typed characters that are used to make up the large
  29. characters. In UNIFORM-character-density the big characters are
  30. filled all with the same character (uniform density) in this case
  31. '@'. The uniform fill-character is defined in the program in line
  32. 110. It can be changed by redefining UD$ in line 110 with the
  33. character of your choice, or if you want to change often add 
  34. a small routine to change the fill-character from the condole 
  35. during a run.
  36.  
  37. If you choose VARIABLE-density, then each large characters is
  38. filled with the character that is beeing built. I.e. in the
  39. message the character K forinstance is composed of regular K's,
  40. the letter A of regular A's etc.
  41.  
  42. After each new set of size specifications the program will
  43. generate and load a new characterset with the new specs. This
  44. procedure takes quite some time, more the larger the characters
  45. to be built.
  46.  
  47. The output options are self prompting.
  48.  
  49. Output to disk is useful for incorporating large characters into
  50. wordprocessor documents, see below. You could print a whole
  51. alphabet to file and then pick the characters into the document
  52. through something like dual window editing.
  53.  
  54.  
  55. One word of caution: make sure you specify the proper width of
  56. your terminal or printer, if you specify more than you have the
  57. characters may come out not recognizable at all. Remember on an
  58. 80 col. terminal the last col. is 79, on an 135 col. printer it
  59. is 134 etc.
  60.  
  61. Here are some examples:
  62.   
  63. 1. Horiz.=1,  Vert.=1,  Dens.=1   (up to 13 char./line)
  64.  
  65. @   @   @   @   @ @@@@  @@@@   @@@ 
  66. @  @   @ @  @   @ @   @ @   @ @   @
  67. @ @   @   @  @ @  @   @ @   @ @   @
  68. @@    @@@@@   @   @@@@  @@@@  @   @
  69. @ @   @   @   @   @     @ @   @   @
  70. @  @  @   @   @   @     @  @  @   @
  71. @   @ @   @   @   @     @   @  @@@ 
  72.  
  73.  
  74. 2. Horiz.=2,  Vert.=2,  Dens.=1       (up to 6 char./line)
  75.  
  76. @@      @@      @@      @@      @@  @@@@@@@@    @@@@@@@@      @@@@@@  
  77. @@      @@      @@      @@      @@  @@@@@@@@    @@@@@@@@      @@@@@@  
  78. @@    @@      @@  @@    @@      @@  @@      @@  @@      @@  @@      @@
  79. @@    @@      @@  @@    @@      @@  @@      @@  @@      @@  @@      @@
  80. @@  @@      @@      @@    @@  @@    @@      @@  @@      @@  @@      @@
  81. @@  @@      @@      @@    @@  @@    @@      @@  @@      @@  @@      @@
  82. @@@@        @@@@@@@@@@      @@      @@@@@@@@    @@@@@@@@    @@      @@
  83. @@@@        @@@@@@@@@@      @@      @@@@@@@@    @@@@@@@@    @@      @@
  84. @@  @@      @@      @@      @@      @@          @@  @@      @@      @@
  85. @@  @@      @@      @@      @@      @@          @@  @@      @@      @@
  86. @@    @@    @@      @@      @@      @@          @@    @@    @@      @@
  87. @@    @@    @@      @@      @@      @@          @@    @@    @@      @@
  88. @@      @@  @@      @@      @@      @@          @@      @@    @@@@@@  
  89. @@      @@  @@      @@      @@      @@          @@      @@    @@@@@@    
  90.  
  91.  
  92. You like it?
  93.  
  94.  
  95. The Magazine gives an explanation how the characterspecs. in the 
  96. DATA statements are beeing calculated and also how to generate
  97. your own characterset if desired.
  98.  
  99. If you want to contact the original author:
  100.  
  101.         George Steward
  102.         The Program Factory
  103.         POB 137
  104.         Hancock, NH 03449
  105.  
  106. Send SASE if you want a reply.
  107.  
  108. Have a lot of fun!!!
  109.                                                    M.SKAL
  110. ---------------------------------------------------------------   @@@@@@@@    @@      @@
  111. @@@@        @@