home *** CD-ROM | disk | FTP | other *** search
/ PC Today 14 / TPAINT.EXE / TPAINT.DOC < prev   
Encoding:
Text File  |  1991-05-04  |  26.4 KB  |  725 lines

  1.  
  2.  
  3.  
  4.  
  5.   **************************************************************************
  6.   *                                                                        *
  7.   *                 TurboPaint - ShareWare Version 1.5                     *
  8.   *                                                                        *
  9.   *                   Program by Richard C. Leinecker                      *
  10.   *                                                                        *
  11.   **************************************************************************
  12.  
  13.  
  14.  
  15.  
  16. Introduction
  17.  
  18.  
  19. This program was designed as an alternative to using PC Paintbrush and Deluxe
  20. Paint. One of the big drawbacks to using PC Paintbrush is that you have to
  21. reinstall the program every time you want to change video modes. Both PC
  22. Paintbrush and Deluxe Paint consume a great deal more memory than TurboPaint,
  23. too. That means that people with less memory can use TurboPaint and those who
  24. like to keep their TSRs resident don't need to reboot with a different
  25. configuration before using it. You also can run TurboPaint effectively without
  26. a mouse--try that with PC Paintbrush and Deluxe Paint. And PC Paintbrush
  27. doesn't offer support for Tandy 16-color mode which is about 25% of the
  28. market.
  29.  
  30.  
  31.  
  32. Registering the Program
  33.  
  34. TurboPaint is shareware. That means that if you use it, you should register.
  35. The registration price is $20.00 which is very inexpensive considering what
  36. you'll get. The registered version of the program has many extra features like
  37. full expanded and extended memory support, stretch and rotate block functions,
  38. MacPaint and TIFF loading and saving, 640x480 in 256 color mode, and more.
  39. You'll also get a disk full of art, a disk full of clip art, and a disk full
  40. of fonts. With the disks comes a printed manual and free updates for 12
  41. months.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                     - i -
  61.  
  62.  
  63.  
  64.  
  65.  
  66. Table of Contents
  67.  
  68.  
  69. Files on Program Disk ................................................ 1
  70. Using a Joystick ..................................................... 1
  71. The KJDRIVER Driver .................................................. 1
  72. Non-compatible Mice .................................................. 1
  73. System Requirements .................................................. 2
  74. Running TurboPaint ................................................... 2
  75. Video Modes .......................................................... 2
  76. File Formats ......................................................... 3
  77. The Keyboard Driver .................................................. 3
  78. Selecting Colors and Tools ........................................... 4
  79. Lines ................................................................ 4
  80. Undo ................................................................. 5
  81. Rectangles ........................................................... 5
  82. Circles and Ellipses ................................................. 5
  83. Rays and Polygons .................................................... 6
  84. Filling .............................................................. 6
  85. Pixels ............................................................... 6
  86. The Airbrush ......................................................... 6
  87. Cut and Paste ........................................................ 7
  88. Loading Fonts ........................................................ 7
  89. Entering Text ........................................................ 8
  90. Zooming .............................................................. 8
  91. Shadows .............................................................. 9
  92. Inverting and Reversing Blocks ....................................... 9
  93. Setting the Palette .................................................. 9
  94. Mirror ............................................................... 9
  95. Cycle ................................................................ 9
  96. Print Options ........................................................10
  97. Customer Support .....................................................11
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.                                   - Page ii -
  124.  
  125.  
  126.  
  127.  
  128. FILES ON PROGRAM DISKS
  129.  
  130.  
  131. RUNTIME FILES:
  132.     TPAINT.BAT
  133.     TP.EXE
  134.     SETMODE.COM
  135.     KJDRIVER.COM
  136.  
  137.  
  138.  
  139. If you're using a microsoft compatible mouse driver, you can (but don't need
  140. to) leave the file KJDRIVER.COM out. But that means you'll have to edit the
  141. TPAINT.BAT file and remove any reference to that file. Do this by deleting any
  142. line that says KJDRIVER. To edit the TPAINT.BAT file, use any text editor or
  143. word processor in ASCII (non-document) mode.
  144.  
  145.  
  146. USING A JOYSTICK
  147.  
  148.  
  149. You can use a joystick (in game port one) instead of a mouse or the keyboard.
  150. You'll have to edit the TPAINT.BAT file so that the program knows you want to
  151. use a joystick. After each line that says KJDRIVER add a J so that it says
  152. KJDRIVER J.
  153.  
  154. You may need to adjust your joystick so that it centers on the screen when you
  155. let it go. Some older Tandy joysticks may have difficulty getting enough
  156. adjustment so that they'll go to the extreme right of the screen.
  157.  
  158.  
  159. THE KJDRIVER DRIVER
  160.  
  161.  
  162. The file KJDRIVER.COM is a replacement for interrupt 33, the normal mouse
  163. interrupt vector. If the program finds a mouse driver already installed, it
  164. won't install itself. That means that if you have a mouse driver installed but
  165. prefer to use the keyboard or a joystick, you'll first have to reboot without
  166. loading your mouse driver.
  167.  
  168.  
  169. NON-COMPATIBLE MICE
  170.  
  171.  
  172. If your mouse is not completely Microsoft compatibile you might notice that
  173. the aspect ratio of your mouse if off. That means that the program draws in a
  174. different place than the mouse cursor appears. Most of the time this can be
  175. solved by editing TPAINT.BAT. After every line that says TP, add /M so that
  176. the line reads TP /M.
  177.  
  178. Almost every mouse driver works just fine with TurboPaint. I've found, though,
  179. that Genius mice, some optical mice, and some very old mice will not work
  180. properly. In these cases you should use the keyboard driver or a joystick.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.                                 -  Page 1 -
  187.  
  188.  
  189.  
  190.  
  191. SYSTEM REQUIREMENTS
  192.  
  193.  
  194. At least one floppy disk: any graphics monitor that supports Hercules, CGA,
  195. EGA, Tandy-16 color, or MCGA (VGA): a Microsoft-compatible mouse, joystick, or
  196. keyboard: about 400K for CGA; 420K for EGALOW, Hercules, and Tandy-16; 480K
  197. for EGAMED and MCGA; and 540K for EGAHIGH. Even if your system has the
  198. necessary memory, you might still get a message that says Not Enough Memory.
  199. That's because DOS takes up memory for itself out of what's available. You
  200. might also have one or more memory resident programs that are occupying some
  201. of the memory that TurboPaint needs.
  202.  
  203. If you're having memory problems, you can disable the Spare Page feature by
  204. holding down the Left-Shift key while the program is loading.
  205.  
  206.  
  207. RUNNING TURBOPAINT
  208.  
  209.  
  210. To run TurboPaint, first make sure that all of the files from the program disk
  211. are in the current directory (unless you've decided that you won't need some
  212. of the graphics drivers or KMOUSE.COM). It would be a good idea to create a
  213. separate directory for the TurboPaint files. For more information on creating
  214. subdirectories see your DOS manual.
  215.  
  216. Start the program by typing TPAINT. You'll get a menu where you can pick the
  217. video mode you want. You can pass the video mode as a command line argument
  218. instead of using the menu. To do this, just type TPAINT VIDEOMODE where
  219. VIDEOMODE can be HERCULES, CGALOW, CGAHIGH, EGALOW, EGAMED, EGAHIGH, TANDY,
  220. MCGA, or VGA. Make sure that you don't delete the SETMODE line from the batch
  221. file or the SETMODE.COM file from the TurboPaint directory, even if you type
  222. the video mode on the command line when you run TurboPaint.
  223.  
  224.  
  225. VIDEO MODES
  226.  
  227.  
  228. The video modes that TurboPaint supports are Hercules 720x348, CGA 4-color
  229. 320x200, CGA 2-color 640x200, EGA 16-color 320x200, EGA 16-color 640x200, EGA
  230. 16-color 640x350, Tandy 16-color 320x200, MCGA 256-color 320x200, and VGA
  231. 640x480.
  232.  
  233.  
  234. It's possible that some older EGA cards will work in the lower two EGA
  235. resolutions and not the 640x350 EGA resolution. If you have a Hercules card
  236. and another graphics card installed simultaneously, you can't change video
  237. modes from one to the other while the program is running. You'll need to exit
  238. the program and restart it in the mode that you want to use. Systems that
  239. combine video equipment in nonstandard ways run an incompatiblity risk, too.
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.                                - Page 2 -
  250.  
  251.  
  252.  
  253.  
  254. FILE FORMATS
  255.  
  256.  
  257. TurboPaint supports PCX, LBM (IFF), and GIF file formats. When loading PCX and
  258. IFF files, you get better results if you're in the same video mode as the
  259. picture file. You can set the picture type by selecting 'Pic Type' in the
  260. 'File' menu.
  261.  
  262. A word about compatibility is in order. Deluxe Paint II Enhanced supports PCX
  263. but it isn't completely compatible with the three varieties of PCX files. It
  264. may have trouble loading TurboPaint PCX files. Deluxe Paint II Enhanced
  265. creates Packed Bitmap LBM files that TurboPaint (or Deluxe Paint II) won't
  266. load. The converse is also true, Deluxe Paint II Enhanced will not load
  267. TurboPaint LBM files (or Deluxe Paint II files). Deluxe Paint II will usually
  268. load TurboPaint LBM files, but not always in the 256-color MCGA mode.
  269.  
  270. You may want to load a picture with larger or smaller dimensions than the mode
  271. you're in. There's an option that'll let you set the positioning of the
  272. picture. To do this select 'Place Pic' in the 'File' menu.
  273.  
  274. You can also load the Palette and Image of a picture file separately. These
  275. two options can be found in the 'File' menu.
  276.  
  277.  
  278. THE KEYBOARD DRIVER
  279.  
  280.  
  281. The keyboard mouse driver is a direct replacement for Microsoft-compatible
  282. mouse drivers. It doesn't provide the complete gamut of mouse functions, but
  283. fills the bill for TurboPaint's needs.
  284.  
  285. To move the mouse, press the cursor (arrow) keys. The driver is ballistic; the
  286. longer a key is pressed, the faster the mouse moves. If your keyboard has two
  287. right-arrow keys (one on the numeric keypad and one elsewhere) use the key on
  288. the numeric keypad. It performs better.
  289.  
  290. The equivalent of the left mouse button is the 5 key on the numeric keypad. To
  291. press the left mouse button, press the 5 key. To unpress the left button,
  292. press the 5 key again. It's not as easy to use as a real mouse because you
  293. have to remember to unpress the button. If the keyboard mouse driver doesn't
  294. seem to work correctly, try pressing the 5 key.
  295.  
  296. The Delete key is equivalent to the right mouse button. It also needs to be
  297. unpressed just as the 5 key or keyboard left mouse button.
  298.  
  299. If you're in the drawing window and press the Tab key, the mouse pointer will
  300. jump over to the toolbox. Another press of the Tab key and the mouse pointer
  301. will be back where it was.
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.                                  - Page 3 -
  313.  
  314.  
  315.  
  316.  
  317. SELECTING COLORS AND TOOLS
  318.  
  319.  
  320.  
  321. When the program first runs, you'll see a rectangle to the right side of the
  322. screen that contains icons and rectangles with the drawing colors. These are
  323. called the tool selector and the color palette and are used to select the
  324. drawing tool and color.
  325.  
  326. To select a drawing tool, point to the desired tool and click the left mouse
  327. button. It will be highlighted so that you can see the currently selected
  328. tool.
  329.  
  330. To select a drawing color, point to the desired color and click the left mouse
  331. button. You'll see a wide border around the currently selected drawing color.
  332.  
  333. If you're in MCGA mode, only 16 colors are displayed but you can scroll
  334. through all 256 colors. Do this by clicking the right mouse button on either
  335. the right or the left side of the color palette. Clicking on the right side
  336. moves to the right through the palette; clicking on the left moves to the left
  337. through the palette.
  338.  
  339. You can move the toolbox to the left side or remove it completely if you find
  340. this more convenient. To move or remove the tools, choose the 'Desk' pulldown
  341. menu and select the appropriate entry for the desired action. The F10 key will
  342. turn the menus and toolbox on and off, too.
  343.  
  344.  
  345. LINES
  346.  
  347.  
  348. To draw lines, first select the tool at the top left corner of the tool
  349. selector. Once it's selected and you can see that it's highlighted, you're
  350. ready to draw lines.
  351.  
  352. Begin by pointing the mouse at the starting point of your intended line and
  353. pressing the left mouse button. Make sure that you keep the left button
  354. pressed while you are drawing the line.
  355.  
  356. Now, with the left button still pressed, move the mouse pointer to where you
  357. want the line to end. Release the left mouse button and your line becomes part
  358. of the picture.
  359.  
  360. Choose the 'Set' pulldown to find the two line options. To set the line width,
  361. select the menu entry labeled 'Line Width.' A dialog box will appear that
  362. displays the current line width. To increase the width of the line, click the
  363. left button on the line. To decrease it, click the right button on the line.
  364. The maximum width is eight and if you exceed this amount, the program will
  365. return to a width of one. If you decrease the line width past one, the program
  366. will set the line width to eight.
  367.  
  368. To set the line pattern, choose the entry in the 'Set' pulldown labeled 'Line
  369. Style.' A Dialog box will appear with eight line patterns. To choose one of
  370. these, click the left mouse button on it. The line style affects all line and
  371. rectangle operations except the free-hand drawing tool.
  372.  
  373. You can redefine any of the line patterns. Just click the right mouse button
  374. on the pattern you want to change. A new dialog box will superimpose itself of
  375. the previous box. Line definitions are composed of sixteen bits. To toggle any
  376. of the sixteen bits, just click on it with the left mouse button. Now press
  377. Return or click on Ok to return to the Line Style dialog.
  378.  
  379. You can reset the program defaults by deleting the file PREFS.
  380.  
  381.  
  382.                                     - Page 4 -
  383.  
  384.  
  385.  
  386.  
  387. UNDO
  388.  
  389.  
  390. If you make a mistake while drawing, you can usually undo it, if you haven't
  391. done anything else. Undo your mistake by pressing Escape, selecting the
  392. 'Undo' entry in the 'Extra' pulldown menu, or clicking on the UNDO tool.
  393.  
  394.  
  395. RECTANGLES
  396.  
  397.  
  398. Drawing filled and unfilled rectangles follows a procedure similar to drawing
  399. lines. With the appropriate tool selected, move the mouse pointer to either
  400. the upper left or the lower right corner of the rectangle. While holding the
  401. left mouse button down, move the mouse pointer to where the opposite corner of
  402. the rectangle should be. Release the left mouse button to complete the
  403. rectangle.
  404.  
  405. If you're drawing with a filled rectangle, you may want to change the fill
  406. pattern. To do this, choose the 'Set' pulldown and select the 'Fill Style'
  407. entry. A dialog box will appear with eight choices. Choose one by clicking on
  408. it with the left mouse button. The fill pattern will apply to all filled
  409. tools.
  410.  
  411. You can redefine any of the fill styles. Just click the right button on the
  412. one you want to change and another dialog box will appear on top of the Fill
  413. Style box. Toggle the bits of the pattern by clicking the left mouse button on
  414. them. When you are done, press Return or click on Ok.
  415.  
  416. For any of the filled shapes (filled rectangles, filled circles, or filled
  417. ellipses) you can set several border options. The first choice is whether or
  418. not to have borders. The second choice is whether the border will be the
  419. currently selected line style or a plain solid pattern. You can set these
  420. options with the 'Borders' entry in the 'Set' menu.
  421.  
  422.  
  423. CIRCLES and ELLIPSES
  424.  
  425.  
  426. To draw a circle or an ellipse, first point to the center of the figure you
  427. want to draw, then press the left mouse button and stretch the shape to the
  428. desired dimension. Moving the mouse in the X and Y directions will stretch the
  429. ellipse in that dimension. Circles will remain perfectly round regardless of
  430. the position of the mouse pointer.
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.                                 - Page 5 -
  446.  
  447.  
  448.  
  449.  
  450. RAYS AND POLYGONS
  451.  
  452.  
  453. To draw a set of rays, position the mouse at the origin. Hold down the left
  454. mouse button and move the pointer to the end of the first ray. Keeping the
  455. left button pressed, press the right button to place this ray in the picture.
  456. Now move to the endpoint of the next ray and click the right mouse button. Do
  457. this until all of the rays have been drawn then release the left mouse button.
  458.  
  459. Drawing polygons is similar to drawing rays. Position the cursor, press the
  460. left mouse button, and move to the first vertex. Click the right mouse button
  461. while pressing the left button. Move to each vertex and press the right
  462. button.
  463.  
  464.  
  465. FILLING
  466.  
  467.  
  468. To use the fill tool, position the mouse pointer at the position where you
  469. want to fill. It will continue filling the screen until it meets the selected
  470. fill color. If you try to fill a shape that is not completely closed, the fill
  471. will bleed outside of the destination shape.
  472.  
  473.  
  474. PIXELS
  475.  
  476.  
  477. There are two tools for drawing pixels. The second tool in the first column of
  478. the toolbox draws a single pixel. The third tool in the first column draws a
  479. set of pixels.
  480.  
  481. To draw a single pixel, select the single pixel tool, position the mouse
  482. pointer, and click the left button.
  483.  
  484. To draw a set of pixels, select the free-hand drawing tool, and position the
  485. mouse pointer. Hold the left button down as you move the mouse pointer
  486. wherever you want to draw. When you are done, release the left mouse button.
  487.  
  488.  
  489. THE AIRBRUSH
  490.  
  491.  
  492. The airbrush tool allows you to blend colors and soften edges. To use this
  493. tool, select the airbrush icon in the tool selector. Position the mouse cursor
  494. and hold down the left mouse button. The slower you move the brush, the
  495. thicker the texture appears.
  496.  
  497. You can change the airbrush attributes. To do this, choose the 'Set' pulldown
  498. and select the 'Airbrush' entry. A dialog box will appear that will let you
  499. set the airbrush size and flow.
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.                                  - Page 6 -
  509.  
  510.  
  511.  
  512.  
  513. CUT AND PASTE
  514.  
  515.  
  516. To cut a block, select the scissor tool icon. Position the mouse pointer at
  517. the upper left corner of the rectangle that you want to cut. Hold the left
  518. mouse button down and drag the box until the image you want to capture is
  519. framed by the rectangle. Release the left mouse button and it will be copied
  520. into the clipboard buffer.
  521.  
  522. There are two options when you cut from the screen. You can copy from the
  523. screen (leaving the screen intact) or you can cut from the screen (removing
  524. the rectangle and the background from the screen). To change options, choose
  525. the 'Set' pulldown and select the 'Block' entry. If you have 'Copy only'set to
  526. yes, the screen won't change when you cut. If it's set to no,the portion of
  527. the screen that you cut will be removed.
  528.  
  529. To save a block to disk, choose the 'Extra' pulldown and select the 'Save
  530. Block' entry. Enter the filename and the program will save the block to disk.
  531. The blocks aren't compatible with any other formats. You can't use blocks from
  532. different video modes either.
  533.  
  534. Once a section has been cut or loaded from disk, it can be pasted on the
  535. screen. Select the paste tool icon and position the cursor. Pressing the left
  536. mouse button will cause the tools to disappear. As long as you hold the left
  537. mouse button down, you can move the block. To place it in the picture, release
  538. the left mouse button.
  539.  
  540. There is a memory restriction in EGAHIGH. At runtime the program allocates the
  541. remaining memory for the clipboard buffer. The block you can cut is directly
  542. related to the amount of memory the program finds.
  543.  
  544.  
  545. LOADING FONTS
  546.  
  547.  
  548. You can load any GEM font. To do this, choose the 'Extra' pulldown and select
  549. the 'Load Font' entry. Highlight the font you want to load in the file
  550. selector. The system font is resident when TurboPaint runs. Remember that
  551. loading fonts uses memory. You can't load an unlimited number of fonts. If
  552. your system is close to the memory limit, other operations might be affected
  553. if you load too many fonts.
  554.  
  555. To set the font that you will use, choose the 'Set' pulldown and select the
  556. 'Text' entry. To cycle through the loaded fonts, click the left mouse button
  557. inside of the text box. You can select different styles of each font by
  558. clicking the right mouse button in the text box.
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.                                  - Page 7 -
  572.  
  573.  
  574.  
  575.  
  576. ENTERING TEXT
  577.  
  578.  
  579. To put text in your picture, select the text tool icon. Position the mouse
  580. pointer and click the left button. The tools will then disappear. There are
  581. two ways that you can enter text, free form or formatted.
  582.  
  583. To enter text in a free form manner, simply type the text. You can move the
  584. mouse anywhere on the screen and the text will follow. This method is good if
  585. you're trying to fit text into a picture.
  586.  
  587. If you want to enter multiple lines of text, it's better to press the left
  588. mouse button once more where you want the text to start. The mouse will
  589. disappear and a text-type cursor will appear. Type your text and press Enter
  590. at the end of each line. The cursor will then go to the beginning of the next
  591. text line, ready for you to type it in. When you're finished typing, you can
  592. move the text anywhere on the screen. Click the left mouse button to place the
  593. text. Click the right mouse button to exit from text entry.
  594.  
  595.  
  596. ZOOM
  597.  
  598.  
  599. You can magnify by choosing the 'Extra' pulldown and then selecting the
  600. desired magnification factor, or you can press F1-F4. F1 gives you the
  601. greatest magnification and F4 the least.
  602.  
  603. After you've selected one of the magnification factors, the tools will
  604. disappear and you'll see a rectangle appear on the screen. Position the
  605. rectangle so that it frames the region you want to magnify. Then click the
  606. left mouse button.
  607.  
  608. At the far left side of the screen you'll see the chosen section of the
  609. picture in the actual size and to the right of that you'll see the magnified
  610. version. To draw, just click inside of the rectangle that contains the
  611. magnified version. You can pick different colors at the far right side of the
  612. screen. If you're drawing in MCGA mode, you can use the right mouse button to
  613. scroll through all 256 colors.
  614.  
  615. To quit and go back to the full screen, press the right mouse button. The
  616. escape key will undo any drawing while you're in magnify mode.
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.                                  - Page 8 -
  635.  
  636.  
  637.  
  638.  
  639. SHADOWS
  640.  
  641.  
  642. You can shadow many of the drawing functions. Do this by choosing the 'Set'
  643. pulldown and selecting the 'Shadow' entry. There is a color selector that lets
  644. you set the shadow color. The grid of nine squares is where you set the
  645. relative position for the shadow. The numbers (1-4) let you set the distance
  646. of the shadow from the original shape. Finally, you can turn the shadow on or
  647. off. The shadow attribute works with lines, rectangles, squares, circles, and
  648. ellipses.
  649.  
  650.  
  651. INVERTING AND REVERSING BLOCKS
  652.  
  653.  
  654. If you have a block in the clipboard, you can invert it vertically or reverse
  655. it horizontally. Choose the 'Extra' pulldown and select the 'Invert Block' or
  656. the 'Reverse Block' entries. The screen will blank, then the image will be
  657. pasted on the screen, and you'll see the image being transformed. Once the
  658. procedure is finished, the screen will be restored and the new image will be
  659. in the clipboard. Select the paste tool to place the block on the screen.
  660.  
  661.  
  662. SETTING THE PALETTE
  663.  
  664.  
  665. You can set the color palette if you're in an EGA, Tandy, or MCGA mode. Choose
  666. the 'Set' pulldown and select the 'Colors' entry. Hold down the left mouse
  667. button and move the slider bars to the desired setting, or click on the arrows
  668. to incrementally change the value.
  669.  
  670.  
  671. MIRROR
  672.  
  673.  
  674. You can cause TurboPaint to mirror all of your drawing in vertical,horizontal,
  675. or both vertical and horizontal directions. To do this, choose the 'Set'
  676. pulldown and select the 'Mirror' entry. You can set vertical, horizontal, or
  677. both. Most drawing operations will then be mirrored in the specified
  678. direction(s).
  679.  
  680.  
  681. CYCLE
  682.  
  683.  
  684. In EGA, Tandy, or MCGA modes you can rotate the palette and watch the effect.
  685. Just select 'Cycle' from the 'Extra' menu to toggle this feature on and off.
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.                                 - Page 9 -
  698.  
  699.  
  700.  
  701.  
  702. SPARE PAGE
  703.  
  704.  
  705. TurboPaint gives you two separate pages. This really helps when you're cutting
  706. from one picture and pasting to another. You can change from one page to the
  707. other by pressing J or selecting 'Swap Page' in the 'Set' menu. All load and
  708. save operations involve the currently active page.
  709.  
  710.  
  711. PRINT OPTIONS
  712.  
  713.  
  714. The first thing you'll have to do before you print a picture is load a printer
  715. driver. Do this by selecting 'Load Printer' on the 'File' menu. A dialog box
  716. will appear. Scroll the the selections by clicking the left mouse button on
  717. the arrows to the right of the printer names. you can page through them by
  718. clicking inside the rectangle between those two arrows. To select a printer
  719. click the left mouse button twice on the one you want.
  720.  
  721. You can print your picture with a lanscape or portrait orientation. Do this by
  722. selecting 'Orient Print' on the 'File' menu.
  723.  
  724. You can set the printer port by selecting 'Printer Port' on the 'File' menu.
  725.  
  726. You can print the picture normally or in inverse. To set this select 'Invert
  727. Print' on the 'File' menu. Normal will give you a white background and inverse
  728. will give you a black background.
  729.  
  730. You'll have to experiment with the picture scaling. For most printers the
  731. default scaling is too small. To set the scaling select 'Print Scale' from the
  732. 'File' menu. To change the scaling hold down the left mouse button on the
  733. rectangle inside of the dialog box. While holding down the left mouse button
  734. drag the box to the size you want and let you of the left mouse button. When
  735. you're done press Return or click on Ok.
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.                                  - Page 10 - 
  761.  
  762.  
  763.  
  764.  
  765. CUSTOMER SUPPORT
  766.  
  767.  
  768. You can ask questions by leaving messages on GEnie addressed to R.LEINECKER or
  769. on CompuServe to user ID 74676,457. You can also write me with your questions.
  770. I'll reply in a week or less of receiving your question as long as you're a
  771. registered user.
  772.  
  773. If you have ideas for an upgrade, send those too. I'd like the program to be
  774. as good as possible.
  775.  
  776. Site licenses are available. Just write with the specifications and I'll get
  777. right back to you.
  778.  
  779. If you have a question or a comment that's urgent you can reach me at home at
  780. 919-342-9299. Please call between 6-10 PM EST on weekdays or between 8AM-8PM
  781. EST on weekends.
  782.  
  783. Send inquiries and to: Richard C. Leinecker, P.O. Box 2567, Reidsville, NC
  784. 27323-2567.
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.                                     - Page 11 -
  824.  
  825.  
  826.