home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / graf / fp.zip / MANUAL.DOC < prev    next >
Text File  |  1990-04-05  |  14KB  |  345 lines

  1. /*******************************************************/
  2. /*  FINGER PAINT (TM)      Version 4.00                */
  3. /*  (C) Copyright, Poisson Technology,  1987-1990      */
  4. /*  All Rights Reserved Worldwide.                     */
  5. /*                                                     */
  6. /*  Address : 816 Gregory Court                        */
  7. /*            Fremont, California 94539                */
  8. /*            U.S.A.                                   */
  9. /*                                                     */
  10. /*  Telephone: 415-623-1087         FAX: 415-490-5865  */
  11. /*******************************************************/
  12.  
  13. 1.  BOOTUP PROCEDURE
  14.  
  15.  . Boot computer with DOS disk, version 2.10 or later.
  16.  . Put the program floppy diskette in drive A.
  17.  . type F then press enter.
  18.  
  19.  . To install finger paint into directory fpaint on drive C:
  20.    A:>COPY  *.*  C:\FPAINT
  21.  
  22. 2. SYSTEM  REQUIREMENT
  23.  
  24.  . IBM PC, XT, AT, PS/2, compatibles, and clones with 256K bytes memory.
  25.  . Hercules(Monographics), EGA or CGA graphics card and monitor.
  26.  . Optional: Printer on parallel port LPT1:, Mouse on serial port COM1:
  27.  
  28. 3. PROGRAM USAGE
  29.  
  30.  . Use arrow keys or mouse to move cursor in 8 directions and follow
  31.    instructions prompted on top of the screen.  Please read MANUAL.DOC
  32.    for details.
  33.  
  34. 4. METHODS OF COMMAND SELECTION
  35.  
  36.  . Press function keys [F1 to F10,  ALT-F1  to  ALT-F10 ], or double
  37.    click(using the left button on the mouse) the icon to select.
  38.  . Move the highlighted block horizontally and press ENTER when ready.
  39.  . Type the initial of the command.
  40.  
  41. 5.  Disk files
  42.  
  43. READ.ME       : Program summary file.
  44. F.EXE         : Finger Paint program.
  45. *.BGI         : Graphics drivers.
  46. *.CHR         : Font files.
  47. DEMO*.PCX     : picture files in PCX format.
  48. ROLL*.PCX     : picture files in PCX format.
  49. RELEASE.DOC   : Release note of Version 4.00.
  50. REGISTER.DOC  : User Registration Form.
  51. MANUAL.DOC    : Finger Paint User's Manual.
  52. PRINTER.DOC   : List of supported LaserJets and dot matrix printers for
  53.                 registered users. ( over 160 printers! )
  54.  
  55. Program Feature Lists:
  56.  
  57. .  fp2pcx, for registered user only, converts the Finger Paint V2.10
  58.    format into PCX compatible format.
  59.    usage  >fp2pcx inputfilename outputfilename [ENTER]
  60.    or     >fp2pcx  [ENTER]  and enter filenames later.
  61.  
  62. .  Finger Paint supports EGA(640x350), Hercules(720x348) and
  63.    CGA(640x200) modes in black and white.
  64.  
  65. .  Commands can be selected by pressing the function key or click
  66.    the left mouse button.  Command can also be selected by
  67.    double click or press the function key twice.
  68.  
  69.    [F1]     : means pressing the function key F1.
  70.    [ALT F1] : means pressing [ALT] and [F1] keys together.
  71.    [click]  : means pressing the left button then release it.
  72.  
  73. .  Both keyboard keys and mouse can be used together to draw pictures.
  74.  
  75. .  Four different fonts are included, and each font can have 81, 9x9,
  76.    different sizes.
  77.  
  78. .  MOVIE can diplay up to 9999 continuous frames for animation use.
  79.    * Hint: put all *.pcx files into RAM disk to speed up the file loading.
  80.  
  81. .  Printer drivers are available for registered users:
  82.      The full size printout will fit on the 8.5x11 paper.
  83.      Printout scaling is provided for dot-matrix printers.
  84.      Four different print density for LaserJet, 75dpi to 300 dpi.
  85.  
  86. .  There are 29 commands in total.  20 commands can be accessed
  87.    directly through function keys.
  88.  
  89. .  Please use the '+' key on the numeric keypad.
  90.  
  91.  
  92. Command summary:
  93.  
  94. Line [F1] : Draw a line between two points
  95.  
  96.    Move cursor to the beginning point and press the '+' key or
  97.    the left mouse button to define the starting point.
  98.    Move cursor to the ending point of the line and press the '+' key
  99.    or left button again to complete the line.  Press [ESC] or right
  100.    button to exit the command and back to top menu.
  101.  
  102. Circle [F2] : Draw a circle with different X & Y radii.
  103.  
  104.    Move cursor to the center of a circle and press the '+' key or
  105.    the left mouse button to define the center point.
  106.    Move cursor horizontally to increase the X radius, or vertically
  107.    to increate the Y radius, and press the '+' key or left mouse
  108.    button when done.
  109.  
  110.    Press [ESC] or right button to exit.
  111.  
  112. Rect [F3] : Draw a rectangle between two diagonal points.
  113.  
  114.    Move cursor to the corner of a rectangle and press the '+' key or
  115.    the left mouse button to define the corner point.
  116.    Move cursor horizontally to change the width, or vertically to
  117.    change the height of rectangle.  Press the '+' key or left mouse
  118.    button when done.
  119.  
  120.    Press [ESC] or right button to exit.
  121.  
  122.  
  123. Scroll  [F4] :  Move the screen window in all directions.
  124.  
  125.    The default page width is always 640 pixels wide and the vertical
  126.    number of pixels is based on graphics mode or defined by command line
  127.    parameters 'y'.  For example, typing 'f y750' will setup the vertical
  128.    resolutions to be 750 pixels.  The working screen area is smaller than
  129.    the full page. Use SCROLL commnad to move the drawing around.
  130.    Use up or down arrow keys to move screen up or down.  Use left or
  131.    right arrow keys to move screen left or right.  PgUp or PgDn will move
  132.    screen in Y direction by 20 pixels each key stroke.  'Home' key moves
  133.    screen to top of the page.  'End' key moves screen to bottom of the page.
  134.  
  135.  
  136. Draw  [F5] : Free hand drawing.
  137.  
  138.    Move cursor to the starting point and press the '+' key or left button
  139.    to put the pen down and start drawing.  Press '+' key or left button
  140.    again to lift the pen and move to a new starting point.
  141.  
  142.    Press [ESC] or the right button to exit.
  143.  
  144.  
  145. Triangle [F6] : Draw a pyramid.
  146.  
  147.    Move cursor to the starting point and press the '+' key or left mouse
  148.    button to define the starting corner.  Move cursor to the diagonal point
  149.    to define a rectangular base and press the '+' key or left button again.
  150.    Move cursor to define the apex of the pyramid and press the key when done.
  151.  
  152.    Press [ESC] or right button to exit.
  153.  
  154. Text  [F7] :  Text, Font, Size, Vertical/Horizontal.
  155.    [E] : to enter one line of text.
  156.    [F] : to select [G]othic, [R]oman, [N]ormal, or [S]mall fonts
  157.    [S] : to set X and Y scales from 1 to 9.
  158.    [V] : to toggle the text orientation between horizontal and vertical mode.
  159.  
  160.    The 'E' command must be selected first to enter a line of text and then
  161.    use cursor to move the text around before pasting it by pressing the '+'
  162.    key or left mouse button.   The Font, Size, and V keys can be pressed
  163.    any time to change the text attribute.
  164.  
  165. Cube  [F8]: Draw a three-dimensional box.
  166.  
  167.    Move cursor to the diagonal point of a rectangle and press the '+' key
  168.    or the left mouse button to define the point.  Move cursor horizontally
  169.    to change the width, or vertically to change the height of rectangle.
  170.    Press the '+' key or left mouse button when done.  Move cursor in any
  171.    direction to add the third dimension to the rectangle and make a box.
  172.    Press the '+' key or left mouse button when done.
  173.  
  174.    Press [ESC] or right mouse button to exit.
  175.  
  176. Erase [F9]: Erase a square( X:Y = 8:4 pixels) area.
  177.  
  178.    Move cursor to the area to be erased and press the '+' key or
  179.    left mouse button to turn on the eraser.  Move eraser around
  180.    until done.  Use the key to toggle the eraser on or off.
  181.  
  182.    Press [ESC] or right mouse button to exit.
  183.  
  184.    Note: Brush, with pattern #2 selected, can work as an eraser.
  185.          The brush size can be changed by using the [S]ize command
  186.          to make a variable size eraser.
  187.  
  188. Magnify  [F10] :   Magnify the area by 64 times.(Fat Bit)
  189.  
  190.     Move the cursor to the center of the area to be magnified, and press
  191.     '+' key or left button to magnify.  Once in magnifying mode, press the
  192.     left button or the '+' key to toggle the pen on/off.  Press the 'DEL'
  193.     key on the numeric keypad to erase pixel.  Press the '+' key again
  194.     to take the pen out of erase mode and back to drawing mode.
  195.  
  196. Spline [Alt F1] : Draw curves with common starting and ending points.
  197.  
  198.     The first and second points define the starting and ending points
  199.     of a curve.  The third points and above are used to stretch the middle
  200.     point of the curve until the ESC key is entered.
  201.  
  202.  
  203. Global  [ALT F2] :  Full screen view or global view.
  204.  
  205.      Once selected, press the Enter key or Space bar for screen view.
  206.      Press other keys for global view to see the Y dimension shrunk by 3x
  207.      and the X dimension shrunk by 2x.  The global view is used when the
  208.      Y axis is larger than the maximun y resolution.  For example,
  209.      if the program is invoked as c:>f h y750   which means running
  210.      in Hercules mode with 750 vertical lines.  The screen mode can
  211.      display only 348 lines, so the global view has to be used to see
  212.      the complete page.
  213.  
  214. Pie [ALT F3]:  Draw a piece of a pie.
  215.  
  216.       Define the center point of a circle first, then define the X radius
  217.       and Y radius.  Define the starting line segment for pie and rotate
  218.       clockwise to define the ending line segment.
  219.  
  220.  
  221. Undo [ALT F4]:  Recover the picture to the previous command.
  222.  
  223.       The screen image is saved in memory until next command is issued.
  224.  
  225.  
  226. [ALT F5]         Brush       Brush the screen or select the brush type.
  227.  
  228.     [S]ize: define the x and y dimensions of a rectangular brush
  229.             or the x and y radii of a circle.
  230.     [B]ox:  Turn on the boundary line of a brush.
  231.     [F]ill: Turn off the boundary line of a brush.  Fill pattern only.
  232.     [C]irle: Use circular brush.
  233.     [E]raser: pattern #2 is always selected and works as an eraser.
  234.  
  235.  
  236. Window [ALT F6]:
  237.     [C]ut:   define the area and save into image buffer for later use.
  238.     [P]aste:
  239.       [H]orizontal: Flip the image horizontally.
  240.       [V]ertical:   Flip vertically.
  241.       [I]nverse:    Inverse the image. Exchange black and white colors.
  242.       [T]ransparent:  Show the background picture and image buffer.
  243.       [B]rush:      Use the image buffer as a brush.
  244.  
  245. Flush [ALT F7] : Flush the enclosed area with a fill pattern.
  246.     move the cursor inside an enclosed area and click to fill the interior
  247.     with selected fill pattern.  Make sure there is no gap on the boundary
  248.     line.  Use UNDO right after Flush command to recover the previous screen,
  249.     in case the flush was done incorrectly.
  250.  
  251.  
  252. [ALT F8]  LinePoly :    Draw a polygon.
  253.     Move to a new point and click to draw a line to the current
  254.     cursor position. Double click to close the polygon.  The interior of
  255.     polygon will be filled if the fill mode has been turned on.
  256.  
  257.  
  258. Spray [ALT F9] : Spray paint the screen.
  259.     Press the '+' key or click the left mouse button to toggle the brush on
  260.     or off.  The brush starts with maximum size and will be reduced to a
  261.     single point as the brush moves on the screen.  Click the mouse to reset
  262.     the brush again.
  263.     [S]ize : define the size of the brush.
  264.     [B]ox  : use a rectangluar box brush.
  265.     [C]icle: use a circular shape brush.
  266.     [F]ill : use a rectangular box brush without boundary box.
  267.     [R]andom: spary paint. The paint brush size and pattern is constant.
  268.  
  269.  
  270. Parallel  [ALT F10]:  Draw a parallelogram.
  271.  
  272.  
  273.  
  274. Command Line commands :
  275. -----------------------
  276.  
  277. Command       Comment
  278. -------       --------------------------------
  279. Quit          Exit the program.
  280.  
  281. To change line style: [click] the linestyle bar on the lower left corner.
  282.  
  283. Loadpic       Load the pcx picture file from disk to memory.
  284.  
  285. Savepic       Save the picture from memory to the disk in PCX format.
  286.  
  287. Disp_Dir      Display the current directory name and specified file name.
  288.  
  289. Hardcopy      Print graph using HP Laser, EPSON or compatible printers.
  290.  
  291. (Only 150 dots/inch HP LaserJet Printer driver is included in non-registered
  292. copy.  Registered users can get full size LaserJet printer and dot matrix
  293. printer support. See PRINTER.DOC for lists of supported printers.)
  294.  
  295. * Please don't put printer offline during printing.  Make
  296.   sure you save the screen image beforehand.
  297.  
  298. Clear         Clear the current screen window.  Image outside current
  299.               display window is not cleared.
  300.  
  301. Fill          Toggle the FILL mode of RECTANGLE, CIRCLE, SPLINE, and BLINE.
  302. * [click] the master fill pattern on the bottom of screen.
  303.  
  304. Movie         Continuous showing of pictures with user defined delays between
  305.               pictures.  Maximum number of pictures 9999.
  306.  
  307.  
  308.  
  309. Notes for mouse users:
  310. ---------------------
  311.  
  312.    . Click the master fill pattern can toggle the fill mode. If FILL ON then
  313.      the rectangle, circle, spline  and bline area will be filled with the
  314.      pattern.
  315.  
  316.    . Master pattern can be changed by clicking the individual pattern.
  317.  
  318.    . Don't change line style or thickness when drawing an object.
  319.      Please select line style first before putting pen down or start drawing.
  320.  
  321.  
  322. Registration Note:
  323. ------------------
  324.  
  325.     Poisson Technology
  326.     816 Gregory Court
  327.     Fremont, California 94539
  328.     U. S. A.
  329.  
  330.   International user please send check or money in U.S. dollars.
  331.   No foreign currency or foreign bank check please.
  332.  
  333.   Telephone: 415-623-1087.     FAX: 415-490-5865.
  334.  
  335.   If you wish to be on our mailing list and become a registered user, simply
  336.   fill out and send the REGISTER.DOC form with *U.S. $29, plus shipping and
  337.   handling fee to the address above.  Once registered, you will receive the
  338.   a diskette which has the printer driver program  for FREE.  Plase see
  339.   PRINTER.DOC for details.  Feel free to mail in your comments, checks, and
  340.   suggestions to us.
  341.  
  342.   Thank you.
  343.  
  344.   * price and terms subject to change without notice.
  345.