home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / AFONT2.ZIP / AUTOFONT.DOC < prev    next >
Encoding:
Text File  |  1990-10-08  |  16.1 KB  |  304 lines

  1.                                * -- -- -- -- -- *
  2.                                |                |
  3.                                |  The World of  |
  4.                                |                |
  5.                                |    AUTOFONT    |
  6.                                |   ^^^^^^^^^^   |
  7.                                * -- -- -- -- -- *
  8.  
  9. AUTOFONT.EXE is the program which improves your typed titles, headings and key
  10. words by converting them instantly to professional SuperFonts.   Other "fancy-
  11. font" programs are available, but only AUTOFONT uses an easy-to-use ASCII for-
  12. mat which permits you to combine our SuperFonts with standard DOS text files.
  13.  
  14.  
  15.                                   APPLICATIONS
  16.                                  ^^^^^^^^^^^^^^
  17.  
  18. The uses for SuperFonts are limited only by your imagination.  Some uses are: 
  19.  
  20.                             1. Titles of documents
  21.                             2. Section headings
  22.                             3. Emphasis (words, phrases)
  23.                             4. Announcements, Memos
  24.                             5. Bulletins, Notices
  25.                             6. Pre-loading into AUTODOC 
  26.                             7. On-screen Pageable Presentations
  27.  
  28.  
  29.                                  USING AUTOFONT
  30.                                 ^^^^^^^^^^^^^^^^
  31.  
  32. The program is virtually self-teaching and very user friendly.  No studying of
  33. tedious instructions is needed.   Simply type the word AUTOFONT and press your
  34. "Enter" key to be on your way.  Then, whatever you type will be converted in a
  35. flash to SuperFonts!
  36.  
  37. You create one line at a time - the letters are so big that 4 lines would fill
  38. your screen.  You are able to position each line horizontally for best effect.
  39. Often you will want to center a line, and this is very easily accomplished. If
  40. the text, after changed to SuperFonts, proves too long to fit on a line, press
  41. "E" for "Edit" and retype.  A word may need to be hyphenated,  or you may drop
  42. the last word,  picking it up on the next line.  When satisfied,  press "S" to 
  43. "Save" the line then type the next.   To check your results press "V" and your
  44. file (AUTOFONT.TXT) will be displayed exactly as saved.   Press "X" to use the
  45. DOS shell.  Return to the same place in AUTOFONT by typing "EXIT" + "Enter."
  46.  
  47.  
  48.                                   PREPARING FILES
  49.                                  ^^^^^^^^^^^^^^^^^
  50.  
  51. If you will use your SuperFont text for on-screen display instead of printing,
  52. 4 lines will fill a standard screen  (5 lines if you use a text editor for de-
  53. leting blank spaces at the bottom).   If you will be pre-loading into our com-
  54. panion program AUTODOC, and if you are using Decor-Edge Bord`rs, the available
  55. screen area may be reduced by the size of the Bord`r you select.
  56.  
  57. Before preparing an entire document for printing or screen display, it is wise
  58. to plan ahead. Decide what you will need for titles and headings and make them
  59. in advance with AUTOFONT.  Then load the AUTOFONT.TXT file into your text edi-
  60. tor, whether it is the AUTODOC AD-EDITOR or another,  and simply "type between
  61. the lines of SuperFonts" to achieve your desired result. You should begin typ-
  62. ing the text below the main title. The text editor will automatically move the
  63.  
  64.  
  65.  
  66.                                      -2-
  67.  
  68.  
  69.  
  70.  
  71. rest of the SuperFont headings "down" as you type.  When you come to the place
  72. at which you want your first chapter or section heading, cursor-move past your
  73. heading and type that section.  Do the same with the rest of your headings and
  74. key words, etc., and the entire process is quick and easy.
  75.  
  76. It is possible to add an AUTOFONT-created title to an existing ASCII text file
  77. by doing it this way -- If your title file is named AUTOFONT.TXT and your text
  78. file is named, say, MYFILE.TXT, you would type the following:
  79.  
  80.                         COPY AUTOFONT.TXT + MYFILE.TXT
  81.  
  82. Then press your "Enter" key. The result will be a new file which has the title
  83. at the beginning, followed by your text.  The name of the new file will initi-
  84. ally be AUTOFONT.TXT, but you may rename this with the DOS "REN" command.  (If
  85. your "COPY" sequence includes a new file name at the end, you will not need to
  86. rename anything.  Example:  COPY FILE1.TXT + FILE2.TXT + FILE3.TXT NEWFILE.TXT
  87. will add 3 files together and name the combined file "NEWFILE.TXT.")
  88.  
  89.  
  90.                             USING A WORD PROCESSOR
  91.                            ^^^^^^^^^^^^^^^^^^^^^^^^
  92.  
  93. Most word processing programs use special codes to create the lines, boxes and
  94. other graphics. These codes will usually prevent importing SuperFonts into the
  95. word processor, so do a test to determine whether your word processing program
  96. will accept SuperFonts.  If not, there are other options open to you:
  97.  
  98.    A. Prepare your document with your word processor in the usual way,  and
  99.    save it in the ASCII format rather than the specially coded format which
  100.    is normally used by the word processor.   Check your manual to determine
  101.    which keys to press for an "ASCII save." Then use the DOS "COPY" command
  102.    to combine your AUTOFONT "Title" file with your ASCII file.  (It is pos-
  103.    sible that your word processor "file-save" instructions may use the term
  104.    "DOS Text File" rather than "ASCII."  This has the same meaning.)
  105.  
  106.    B. Use the method given in "A" above,  but instead of saving your entire
  107.    document as one big file, save sections as separate ASCII files.   These
  108.    might be named TITLE.TXT, PART-A.TXT, PART-B.TXT, etc. Then use AUTOFONT
  109.    to make separate SuperFont headings.   As you create these, rename them.
  110.    you might name them TITLE.AF, PART-A.AF, PART-B.AF, and so on.   Then it
  111.    is easy to use the DOS "COPY" command to join them as follows:
  112.  
  113.            COPY TITLE.AF + TITLE.TXT + PART-A.AF + PART-A.TXT (etc.)
  114.  
  115.    As mentioned above, if you add a new file name to the sequence  (with no 
  116.    "plus" sign)  you will automatically get a big combined file with every-
  117.    thing in order.
  118.  
  119.    C. You can ignore your full-blown word processor completely, and instead
  120.    use a text editor (mini word processor) like AD-EDITOR which is included
  121.    in the AUTODOC.EXE program.   AD-EDITOR accepts SuperFonts, and can even
  122.    be used for creating your own graphic elements by using the ALT key with
  123.    the number keys in the numeric keypad section of your keyboard. 
  124.  
  125.  
  126.                                      -3-
  127.  
  128.  
  129.  
  130.  
  131.                           SCREEN DISPLAY OF YOUR PAGES
  132.                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  133.  
  134.  
  135.  
  136.  
  137. Here is a way to quickly make a screen display of your SuperFont enhanced file
  138. which can easily display one page after the other at the touch of a key.
  139.  
  140. FIRST: prepare your text in separate files, one file for each page.  Each file
  141. may be from 1 to 23 lines in length.   This refers to standard computer lines, 
  142. not lines of SuperFonts. To do this you will use a text editor such as the AD-
  143. EDITOR which is part of REXXCOM's program AUTODOC. Give each file a name which
  144. will remind you of the order of pages, such as MYTEXT.01, MYTEXT.O2, etc.
  145.  
  146. SECOND: Add blank lines beneath the text of each page-file, if needed, to make
  147. the file exactly 24 lines long (line 24 should always be left blank).
  148.  
  149. THIRD: prepare a batch file program exactly as shown below using the names you
  150. gave to your individual page-files.  This batch file should be typed and saved 
  151. as a separate file. Use the same text editor used in preparing the page files.
  152.  
  153. ECHO OFF
  154. CLS
  155. TYPE MYTEXT.01
  156. PAUSE
  157. CLS
  158. TYPE MYTEXT.02
  159. PAUSE
  160. CLS
  161. TYPE MYTEXT.03
  162. PAUSE
  163. CLS
  164.  
  165. Your batch file program should look exactly as above, using your file names in
  166. place of the ones used in this illustration.  Add as many page-files as really
  167. exist, making sure to have PAUSE and CLS on separate lines beneath each name.
  168.  
  169. You should name your batch file something like GO.BAT or README.BAT.  Whatever
  170. name you use must have the extension "BAT" after the period.  That's all there
  171. is to it!  Then, so long as you have all the page-files on the disk along with
  172. the batch file your reader need only type GO or README or whatever name you've
  173. given, and your text will appear screen-by-screen!
  174.  
  175. We have enclosed a sample set of 3 page-files plus a batch file program so you
  176. can try it right away to see the effect.  Our sample files are named SAMPLE.1,
  177. SAMPLE.2 and SAMPLE.3.  The batch file is named TRIAL.BAT, and all you need to
  178. do to see it in action is type the word TRIAL and press your Enter key.
  179.  
  180.  
  181.                                      -4-
  182.  
  183.  
  184.  
  185.  
  186.  
  187.                             PRINTING OUT YOUR FILE
  188.                            ^^^^^^^^^^^^^^^^^^^^^^^^
  189.  
  190. If you use a dot matrix or laser jet printer, you should be able to print your
  191. SuperFont documents with little or no trouble. Because of hardware differences
  192. you may have to experiment to discover which method will work for you.   First
  193. try to print using the command: COPY MYFILE.TXT PRN and press "Enter." Be sure
  194. your printer is "on" and properly connected. If that does not produce a satis-
  195. factory result, try your DOS "GRAPHICS" command before issuing the command for
  196. printing.  Depending on your type of printer, you might have to use the "MODE"
  197. command.   Please refer to your DOS User's Guide for more details on these and
  198. related commands.   (In the above example "MYFILE.TXT" should be replaced with
  199. the actual name of your file.)
  200.  
  201. If you are unable to obtain satisfactory printing results,  you may have to use
  202. a special program like PC-FONT2.EXE which is available as Shareware from numer-
  203. ous sources. It is included at no charge with the Professional Edition of AUTO-
  204. FONT.EXE.
  205.  
  206.  
  207.                          UPLOADING TO BULLETIN BOARDS
  208.                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  209.  
  210. Many computer users are members of private bulletin board services.  It is fun
  211. to upload messages composed of SuperFonts made with AUTOFONT.EXE!   First, you
  212. must make certain that your BBS supports the IBM extended character set.  This
  213. is easy to determine;  computer bulletin boards which support the IBM extended
  214. characters will usually ask new members if their computer supports these.   If
  215. you reply in the affirmative your BBS settings will be set up to permit you to
  216. send and receive (upload and download) SuperFonts.   With most BBSes this also
  217. includes the graphics produced with the function keys (F1, etc.).
  218.  
  219. Once you are sure of the above, go ahead and prepare your SuperFont file. When
  220. you are ready to upload it as a "message" to another member do it your "usual"
  221. way.  Since it is a totally ASCII document you may use the plain ASCII upload.
  222. You may also upload it "with a protocol" such as XMODEM or SEA-LINK, etc.
  223.  
  224. Remember,  other BBS members with computers supporting the extended characters
  225. are the ONLY people who will be able to see your SuperFonts properly. Non-IBM-
  226. compatible computer users will not see the SuperFonts. For this reason it is a
  227. good idea to confine your uploads to the "IBM" section of the BBS.
  228.  
  229. By the way, after you have enjoyed uploading SuperFont messages for awhile you
  230. will want to amaze your computer friends with SuperFont messages you create in
  231. full color, even with flashing letters!   To learn how to prepare these fasci-
  232. nating messages, get the program MAGIFONT.EXE.  
  233.  
  234.  
  235.  
  236.  
  237.                                REXXCOM SYSTEMS
  238.                                 P.O. BOX 111
  239.                              SCHOOLEYS MOUNTAIN
  240.                             NEW JERSEY, USA O787O
  241.  
  242.  
  243.                  DISPLAYWARE PROGRAMS OFFERED BY REXXCOM SYSTEMS
  244.                  """""""""""""""""""""""""""""""""""""""""""""""
  245.  
  246.      NAME               MAIN FEATURES                    APPLICATIONS
  247. +-------------+--------------------------------+-------------------------------+
  248. | AUTODOC.EXE | 1. Contains an excellent text  | 1. Training programs.  Adds   |
  249. |             | editor.  Handy for daily use   | eye-appeal to informational   |
  250. |   with the  | in typing and editing.         | and educational texts.        |
  251. |             | 2. Allows colorization of text | 2. Creation of messages with  |
  252. | "AD-EDITOR" | for fantastic visual impact.   | incredible colored and anima- |
  253. |      +      | 3. Amazing custom DecorEdge    | ted features, even graphics!  |
  254. |  Supportive | Bord`drs for color + image.    | 3. Useful for introduction to |
  255. |   Material  | 4. SuperFont headings & titles | computer and word processor.  |
  256. |             | are readily included in text.  | 4. Excellent for text files   |
  257. |             | 5. Graphic pics may be added.  | to be used for disk storage   |
  258. |             | 6. Completed text files are in | or printout. May be used with |
  259. |             | convenient scrollable form.    | or without the user-customiz- |
  260. |             | 7. Superimpose your text files | able features.                |
  261. |             | over colored background scenes.| 5. Teaches the use of IBM ex- |
  262. |             | 7. Easy keystroke-printout.    | tended character set.         |
  263. |             | 8. Creative. Very fascinating. | 6. Useful for generating mes- |
  264. |             | 9. Color recommended.  Needed  | sages and memos for networks, |
  265. |             | for amazing NEW Bord`r Scenes! | and related applications.     |
  266. +------------ +--------------------------------+-------------------------------+
  267. |AUTOFONT.EXE | 1. Typed copy instantly con-   | 1. Use for creating profes-   |
  268. |             | verted to large SuperFonts.    | sional appearing titles for   |
  269. |("The Auto-  | 2. Larger variety of fonts in- | otherwise ordinary documents. |
  270. |   Matic     | cluded in professional edition.| 2. Also useful for headings & |
  271. | SuperFont   | 3. SuperFonts save in ASCII &  | keywords for ASCII text to be |
  272. |  Writer")   | can be put onto screen with    | read onscreen or printed out. |
  273. |             | regular DOS "type" command.    | 3. Excellent for making head- |
  274. |             | 4. Easily add to regular ASCII | ings and titles for pre-load  |
  275. |             | text files to improve impact & | into AUTODOC.EXE.             |
  276. |             | set off important sections.    | 4. Can be used for preparing  |
  277. |             | 5. Graphic illustrations also  | announcements or entire docu- |
  278. |             | included (easy-to-use ASCII).  | ments if large fonts needed.  |
  279. |             | 6. Printing of SuperFonts and  | 5. SuperFonts made with this  |
  280. |             | combination text + SuperFonts  | program can be included in    |
  281. |             | easily accomplished with most  | ASCII files as messages for   |
  282. |             | equipment.                     | network transmittal or for    |
  283. |             | 7. Color not required.         | uploading to a BBS.           |
  284. +-------------+--------------------------------+-------------------------------+
  285. |MAGIFONT.EXE | 1. Typed copy converts instan- | 1. Useful for making displays |
  286. |     +       | taneously to brilliant colored | to attract/inform/motivate    |
  287. |MAGIVUE.EXE  | display for onscreen viewing.  | at trade shows and meetings.  |
  288. |     +       | 2. Hundreds of combinations of | 2. Colorful onscreen displays |
  289. |MAGISHOW.EXE | fonts/colors/special-effects   | also have many applications   |
  290. |             | in the professional edition.   | for use in offices/libraries/ |
  291. |("The Magic  | 3. Flashing (blinking) multi-  | schools/museums/stores, etc.  |
  292. |   Font      | colored SuperFont text readily | 3. Use for custom on-diskette |
  293. |  Machine")  | combined with graphics.        | sales messages for mailing.   |
  294. |             | 4. "Slide Shows" easily made   | 4. Unusual new format to use  |
  295. |             | for use in many applications.  | for greetings, messages, an-  |
  296. |             | 5. Individual display screens  | nouncements, etc.             |
  297. |             | easily custom-made for variety | 5. The full featured colorful |
  298. |             | of uses.                       | screens will upload to many   |
  299. |             | 6. Unusually fascinating to    | computer BBS systems.         |
  300. |             | use. Develops creativity.      | 6. Can be used to make TITLES |
  301. |             | 7. Color (CGA/EGA/VGA/MCGA).   | for your videotapes!          |
  302. +-------------+--------------------------------+-------------------------------+
  303.                TO PRINT AN ORDER BLANK TYPE "ORDER" AND PRESS "ENTER"
  304.