home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PIECES1.ZIP / FONTTEXT.DOC < prev    next >
Encoding:
Text File  |  1993-08-30  |  6.8 KB  |  150 lines

  1.                               ABOUT FONTTEXT.EXE
  2.  
  3.          FONTTEXT.EXE  is  a  program from the kit, PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          FONTTEXT.EXE  will display text  within  a  graphics  picture
  11.          from any standard ASCII file in any selected *.MMF font.
  12.  
  13.                                  How To Use It
  14.  
  15.          Type  FONTTEXT.EXE  in a script file, followed by an  integer
  16.          representing the horizontal position for the left edge of the
  17.          text,  followed  by  an  integer for the top position for the
  18.          text, followed by an integer representing color for the text,
  19.          followed  by  the  name  of the .MMF file containing the font
  20.          you  prefer,  followed by the name of the file containing the
  21.          text you want to display. Each of these  items  is  separated
  22.          by a space. This works only in graphics modes.
  23.  
  24.          The left edge of the screen is 0 and the right hand  edge  is
  25.          typically  639,  depending  on the current graphics mode. The
  26.          top of the screen is 0, and the bottom is  199,  or  greater,
  27.          depending on the graphics mode.
  28.  
  29.          CGA 2-color : right is 639, bottom is 199
  30.          CGA 4-color : right is 319, bottom is 199
  31.          Hercules : right is 719, bottom is 347
  32.          EGA Low resolution : right is 639, bottom is 199
  33.          EGA High resolution : right is 639, bottom is 349
  34.          VGA 16-color : right is 639, bottom is 479
  35.          VGA 256-color : right is 319, bottom is 199
  36.          Super-VGA : right could be 639, 799 or 1023,
  37.             bottom could be 239,399,479,599,767
  38.  
  39.          After  the location numbers, type an integer representing the
  40.          color  for the text.  The first 16 colors of 16 and 256 color
  41.          modes usually correspond to  the  chart  below,  but  may  be
  42.          changed  by .PCX or .GIF files that take control of the color
  43.          palette:
  44.  
  45.          0 : black
  46.          1 : royal blue
  47.          2 : forest green
  48.          3 : cyan
  49.          4 : red
  50.          5 : purple
  51.          6 : brown
  52.          7 : light gray
  53.          8 : dark gray
  54.          9 : electric blue
  55.          10 : light green
  56.          11 : sky blue
  57.          12 : light red
  58.          13 : magenta
  59.          14 : yellow
  60.          15 : white
  61.  
  62.          The  PIECES  kit comes with several .MMF bitmapped font files
  63.          which are for use with FONTTEXT.EXE.  Several more .MMF files
  64.          are available from Another Company also.
  65.  
  66.          Create  a  text  file  for  FONTTEXT.EXE to use with any word
  67.          processing  program  which  works  in  standard  ASCII  mode.
  68.          Microsoft Windows comes with NOTEPAD, a good program for this
  69.          use.  The lines of text in the file must not be  longer  than
  70.          what  will fit on the screen and the file cannot contain more
  71.          lines than will fit on the screen.  The  exact  numbers  vary
  72.          with  the  .MMF  font  you  have chosen and the current video
  73.          mode.
  74.  
  75.          So,  assuming you have created a file called INTRO.TXT, which
  76.          contains these lines:
  77.  
  78.          HELLO, Welcome to the ACME Computer-
  79.          based ART LESSONS tutorial.  Press
  80.          any key to begin an adventure in art
  81.          creation which will never end!
  82.  
  83.          You could type the following in a script or batch file:
  84.  
  85.          PGIF.EXE ARTINTRO.GIF
  86.          FONTTEXT.EXE 120 9 14 PLAZA14.MMF INTRO.TXT
  87.  
  88.          and this is what would happen:  First PGIF.EXE is  called  to
  89.          present   a   .GIF   image   file  you  have  created  called
  90.          ARTINTRO.GIF.  Then FONTTEXT.EXE will present  the  text  you
  91.          have  put  in  the  file,  INTRO.TXT  over  your ARTINTRO.GIF
  92.          picture. The text will start 120 pixels from the left edge of
  93.          the screen, and 9 pixels from the top.  It will be  in  color
  94.          #14, which is usually yellow, and it will be displayed  using
  95.          PLAZA14 font, which is 14 pixels high.
  96.  
  97.                             Additional Information
  98.  
  99.          FONTTEXT.EXE requires a graphics mode, meaning a picture must
  100.          be on the screen before FONTTEXT.EXE is called.
  101.  
  102.                                  About Pieces
  103.  
  104.          PIECES is a shareware disk containing several small  programs
  105.          that  can  be  combined  to  do  a  variety  of  tasks   with
  106.          a super-professional look and feel. No programming experience
  107.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  108.          favorite programs as well, so it's possibilities  for  making
  109.          and enhancing pictures shows, text presentations, multimedia,
  110.          electronic catalogs, teaching materials, executable software,
  111.          games, shareware and more are limitless!
  112.              You  can  register  as many or as few PIECES as you wish.
  113.          Registered users are licensed  to  copy  and  distribute  the
  114.          PIECES  along  with  their  finished  products.  Unregistered
  115.          users may copy and distribute the complete unmodified  PIECES
  116.          package,  but  may not use only portions of it until purchase
  117.          of registration.  Use  of  PIECES  beyond  30  days  requires
  118.          registration.
  119.              Most  shareware  PIECES  programs  have  a "unregistered"
  120.          notice which pops up randomly, approximately every 200 times.
  121.          This is removed from the registered versions, and also  saves
  122.          as much as 3,000 bytes disk space per program.
  123.  
  124.              This software is  copyrighted  by  Jeff Napier of Another
  125.          Company, and distributed by Gary Smith of OEC Systems.
  126.              
  127.              The  shareware  or  registered  versions of PIECES may be
  128.          purchased from Gary Smith at OEC Systems:
  129.  
  130.                                 Gary Smith
  131.                                 c/o OEC Systems
  132.                                 4646 North Shallowford Road
  133.                                 Atlanta, GA  30338-6304
  134.  
  135.                                 phone: 404-394-1000
  136.                                 orders only: 800-444-2424
  137.                                 fax: 404-394-1006
  138.                                 BBS: 404-804-7889
  139.                                 
  140.                                 MasterCard and VISA accepted
  141.  
  142.              Neither Another Company nor Gary Smith/OEC Systems assume 
  143.          any  responsibility  for  your  use  of  this  product or any 
  144.          Another Company product.
  145.          _____________________________________________________________
  146.                                                           end of file.
  147.  
  148.  
  149.  
  150.