home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / LFONT501.ZIP / LOADFONT.DOC < prev    next >
Text File  |  1992-02-07  |  13KB  |  316 lines

  1.  LoadFont 5.01  (c)1988-91 Advance Systems                       11/30/91
  2.  
  3.                        HP Laser-Jet SoftFont Manager  
  4.     
  5.   LoadFont reads a directory of, or PKZIP Archive of, SoftFonts and lets you:
  6.  
  7.      Point and Pick the SoftFonts to Download to the printer. 
  8.     
  9.      Build a batch file for downloading the SoftFonts from DOS.  This is 
  10.      useful for downloading often used groups of SoftFonts to the printer.
  11.     
  12.      Create custom SoftModules.  A SoftModule is a grouping of SoftFonts 
  13.      combined into a single file or archive that can be loaded into the
  14.      printer without a special download program. 
  15.     
  16.      Print sample sheets of selected SoftFonts.
  17.     
  18.      Make a catalog of the Font Descriptors of selected SoftFonts.
  19.     
  20.      Perform all of the above options in one operation
  21.     
  22.      Download individual SoftFonts, print sample sheets of ALL SoftFonts or 
  23.      make a catalog of ALL SoftFonts from the DOS command line.
  24.     
  25.   
  26.   WHAT'S NEW IN THIS RELEASE
  27.         
  28.      Mouse Support
  29.           
  30.      Font Width Tables, includes printer memory required for SoftFont
  31.           
  32.      Font Descriptor File can be read on line
  33.                     
  34.      Improved memory allocation and speed of operation
  35.  
  36.      Shell to DOS
  37.  
  38.      When downloading from DOS, SoftFonts are not required to be in the
  39.      current directory
  40.  
  41.   
  42.   INSTALLATION and START-UP
  43.           
  44.      Copy the distrubition files into an existing SoftFont directory or
  45.      create a new directory to hold the files.  To run LoadFont from any 
  46.      directory on the system, the SoftFont Directory must be in the PATH
  47.      as Set in the AUTOEXEC.BAT file.
  48.      
  49.      Change to the SoftFont Directory C>CD\FONT [Enter], Then type
  50.      LOADFONT [Enter], to read the SoftFonts from that directory.
  51.      
  52.      Use LOADFONT /Z=C:\FONT\SOFTFONTS.ZIP, to read the SoftFonts in a 
  53.      PKZIP Archive.  The file PKUNZIP.EXE must be in the PATH.
  54.       
  55.   START-UP OPTIONS       
  56.      
  57.      /P=LPTn: or /P=COMn: sets the printer port.  Replace n with the port 
  58.      number.  /P=LPT1: is the default. 
  59.  
  60.      /ID has LoadFont provide ID numbers for SoftFonts.
  61.  
  62.      /T will print out a sample sheet for each SoftFont in the current
  63.       directory or Archive.
  64.     
  65.      /D makes a catalog of the SoftFont Descriptors of all the SoftFonts in 
  66.       the current directory or Archive.  The file DESCRIPT.DAT will contain
  67.       the SoftFont Descriptor report.
  68.         
  69.      /W creates a Width Table for each SoftFont in the current directory or
  70.       Archive.  The printer memory needed to store the SoftFont is also    
  71.       reported.  A Width Table file has the same name as the SoftFont file
  72.       with the last character of the extension changed to a `W'.
  73.     
  74.      SoftFont Descriptors and Width Tables contain information needed by some 
  75.      programs that use SoftFonts.  These files provide general information
  76.      and are not formatted for use with any specific program.
  77.      
  78.  
  79.      /T /D and /W work on ALL SoftFonts in the current directory or Archive.
  80.       These operations can be used on individual fonts from within LoadFont. 
  81.       The SoftFont Descriptor file and Width Table files can be read on line
  82.       from within loadfont.
  83.     
  84.   
  85.   DOS DOWNLOAD 
  86.  
  87.      
  88.      A SoftFont can be downloaded to the printer from the DOS Command line.
  89.         
  90.         Example:      C>LOADFONT C:\FONT\MYFONT.USP 10 P S  or
  91.                   
  92.                       C>LOADFONT /Z=C:\FONT\FONTS.ZIP MYFONT.USP 10 P S     
  93.  
  94.      This downloads the SoftFont MYFONT.USP to LPT1: with an ID number of 10
  95.      and designates it as Permanent and Secondary.  If the printer port is 
  96.      not LPT1: use the /P switch to set the proper port.
  97.       
  98.      LoadFont can build a Batch file to download one or more SoftFonts from
  99.      the DOS Command line.
  100.       
  101.      The files LOADFONT.EXE and PKUNZIP.EXE should be in the PATH or the  
  102.      current directory.         
  103.  
  104.      Using a PKZIP Archive of SoftFonts saves significant disk space, the
  105.      trade off is a slight reduction in speed.
  106.   
  107.   USING LOADFONT
  108.  
  109.      LoadFont displays a listing of the SoftFont files from the current
  110.      Directory or Archive named with /Z= command line option. 
  111.     
  112.      The PgUp PgDn and Arrow keys move through the SoftFont listing.
  113.         
  114.      The INS Key is used to select the SoftFont(s).  Move the cursor next
  115.      to the SoftFont you want to select and press INS.
  116.               
  117.               Assign an ID number between 0 and 32767 then [ENTER].
  118.               If the /ID start-up switch is used this step is skipped.
  119.     
  120.               The default settings are Permanent and Primary.  To use
  121.               these settings press [ENTER], or change them first.  If
  122.               you're not sure press [ENTER].
  123.                 
  124.      The DEL Key is used to cancel a SoftFont selection.
  125.     
  126.      F10 is used to select the destination(s) for the SoftFonts.  You must
  127.               first select the SoftFonts as outlined above.  Select one
  128.               or more destinations, then press G to execute.
  129.                  
  130.               If you select the Batch file option, you will be prompted
  131.               for the name of the batch file, enter the full PATH.
  132.         
  133.               EXAMPLE:     C:\WORD\MYBATCH.BAT
  134.        
  135.               You will then be prompted for the PATH to your SoftFonts. 
  136.               This will enable the Batch file to find the SoftFonts. 
  137.               Remember, LOADFONT.EXE must in a PATH set in AUTOEXEC.BAT
  138.               when the Batch file is run.
  139.               
  140.               If the /Z=d:\PATH\MYFONT.ZIP start-up switch is used the
  141.               PATH on the command line is used and this step is skipped.
  142.     
  143.               If you select SoftModule you will be prompted for the name
  144.               of the SoftModule to build.  Make sure there is room on your
  145.               disk for the file.
  146.     
  147.               EXAMPLE:     C:\WORD\CENTUS.MOD
  148.     
  149.               To load a SoftModule into the Printer use the following DOS
  150.               command.  COPY /B C:\WORD\CENTUS.MOD PRN
  151.     
  152.               Archived SoftModules can be PKUNZIPed to LPT1: by using
  153.               PKUNZIP -pb SoftMod.ZIP.  Use -pb2 for LPT2:, -pbc1 for COM1:
  154.               and -pbc2 for COM2:.  
  155.                               
  156.               I like to use the Batch option with the SoftModule option to
  157.               list the fonts and ID#'s for future reference.
  158.     
  159.      F1 Help key.                  
  160.  
  161.      F2 Quit LoadFont and return to DOS.
  162.     
  163.      F3 Display the DESCRIP.DAT file.
  164.     
  165.      F4 DOS COMMAND LINE.  Type EXIT to return to LoadFont.  
  166.      
  167.      F5 Clear all selected SoftFonts.
  168.     
  169.      F6 Create Width Tables for the selected SoftFonts.  If no SoftFonts are
  170.         selected, any Width Table files in the current Directory are        
  171.         displayed.
  172.         
  173.   USING THE MOUSE    
  174.     
  175.      Move the Mouse Pointer to one of the Commands at the top of the screen
  176.      and Click.  Use the Left Button for ENTER the Right Button for ESCAPE.
  177.      Click on the up arrow or down arrow to scroll.  In the Font Settings 
  178.      Window move the Mouse Pointer to the empty bar between fields and Click 
  179.      to accept the settings.  In the Destination Window move the Mouse up and
  180.      down then Click to select.  Use the Left Mouse Cord to Go. 
  181.           
  182.  
  183.   USING SOFTFONTS 
  184.     
  185.      Read your word processor manual on using SoftFonts.  Each has its own 
  186.      method for entering Printer Escape Sequences and selecting SoftFonts.
  187.      In general, use `ESC(#X' in a document to select a SoftFont.  Replace
  188.      # with the ID number of the font to use.  
  189.      
  190.      The Escape character can be generated by holding down the ALT key while 
  191.      typing in 27 using the Numeric Key Pad.  Using the new editor included 
  192.      with DOS 5.0 enter `Ctrl P' first.  If your word processor won't allow
  193.      you to do this try `Ctrl ['.
  194.     
  195.      An alternate method to switch between a Primary and Secondary SoftFont
  196.      is to use Shift In (to the current primary font) and Shift Out (to the
  197.      secondary font).  Shift In (ASCII 15) and Shift Out (ASCII 14) can be
  198.      generated by holding down the Alt key then enter the ASCII value using 
  199.      the Numeric Key Pad.  
  200.  
  201.      Look at the files DEMO.BAT and DEMO.DOC to see an example of loading and
  202.      selecting SoftFonts using the methods described above.  Run DEMO.BAT to
  203.      Load the SoftFonts and print DEMO.DOC.   Compare the printed document to
  204.      the ASCII file to see how the Printer Escape Sequences are used.
  205.  
  206.      Temporary SoftFonts are cleared from the printers memory when the printer 
  207.      is sent a reset command.  A Permanent SoftFont is not cleared until the
  208.      printer is shut off.
  209.      
  210.      The SoftFonts in this package can be identified as follows: 
  211.     
  212.          First six characters     Font Name                    
  213.          Seventh  character       R = Regular  I = Italic  G = Ghost
  214.                                   S = Shadow   H =Hollow                
  215.          Eighth character         B = Bold On  0 = Bold Off               
  216.  
  217.      The first two characters of the file extension are the point size and 
  218.      the last charter denotes orientation P(ortrait) or L(andscape).
  219.  
  220.    
  221.   WORDPERFECT PRINTER DRIVER
  222.           
  223.      Register LoadFont and receive the WordPerfect Support Pac, including    
  224.      the WordPerfect Printer Driver and complete instructions on installing
  225.      the LoadFont SoftFonts with WordPerfect 5.0 or 5.1.  Use Ctrl F8 4 to   
  226.      pick the SoftFont to use.  Its that easy!  Also works with WordPerfect
  227.      for Windows.
  228.  
  229.      The WordPerfect Support Pac is in addition to the SoftFonts and utility 
  230.      programs you receive on registration.  The LFWP5x.PRS Printer Definition 
  231.      file includes the information WordPerfect needs to use all the LoadFont 
  232.      SoftFonts including the additional SoftFonts shipped with your paid     
  233.      registration.
  234.  
  235.   80286 80386 80486 CPU's AND WINDOWS
  236.  
  237.      LoadFont v 5.01-op takes advantage of the expanded instruction set of
  238.      the 80286 microprocessor to increase performance and speed while      
  239.      reducing memory requirements.  Version 5.01-op is a must for the Windows
  240.      environment.  LoadFont v 5.01-op is available directly from Advance   
  241.      Systems and is not distributed through other sources.  The registration
  242.      fee for this version is $35.00. 
  243.   
  244.   IMPORTANT NOTICE
  245.  
  246.      LoadFont is NOT free, this copy is for evaluation purposes only. Repeated 
  247.      use of the program or SoftFonts, in total or in part, is evidence of    
  248.      suitability.  Evidence of suitability means that you have found this    
  249.      program package to be useful and you are required to register.
  250.  
  251.      Register LoadFont v 5.01.  Receive 2 archived disks of SoftFonts and    
  252.      LaserJet Utilities - FREE! and the most recent version of LoadFont.     
  253.      Over 1.3mb of Files!  Registration is $25.00. 
  254.  
  255.      Print out and fill in the ORDER.FRM file in this package and mail to:
  256.  
  257.                          Advance Systems
  258.                          215 W. Amosland Rd.
  259.                          Norwood, Pa.  19074-1502   
  260.  
  261.  
  262.   A-Ware ADVERTISING SOFTWARE        
  263.    
  264.      This program package is available as A-Ware, Advertising Software.  The
  265.      registration screen displayed at the beginning and end of LoadFont is
  266.      replaced with your full-screen color advertisement.  A-Ware is sold in 
  267.      master disk format and includes unlimited license to copy, distribute and 
  268.      upload onto computer BBS etc.  The A-Ware version of LoadFont contains  
  269.      the additional SoftFonts and WordPerfect Support Pac included with the  
  270.      Shareware registration.  There are no registration screens or           
  271.      solicitations in the A-Ware version of LoadFont or the documentation.   
  272.      Advance Systems will work with you to develop a screen advertisement.  
  273.      Call 24 hrs for more information. 
  274.      
  275.      A-Ware is a service mark of Advance Systems, Norwood, Pa. 215 532-0950 
  276.  
  277.  
  278.   TECHNICAL SUPPORT
  279.  
  280.   Telephone
  281.      
  282.      Help and Tech Support are available to Registered Users Mon-Fri 10am 
  283.      to 5pm EST.   
  284.      
  285.      Voice Mail is accepted from All Users to report any problems or comments
  286.      and suggestions.  Call Anytime 24 hrs. 215 532-0950
  287.      
  288.   FAX  
  289.       215 532-5649
  290.  
  291.   EMail 
  292.      
  293.      Compuserve    74425,257
  294.      Delphi        AWARE
  295.      Genie         J.SAVOIA
  296.      
  297.   
  298.   LaserColor
  299.  
  300.      Call, FAX, or EMail for information about LaserColor and to receive a 
  301.      Free Sample.  Read the file DEMO.DOC or run DEMO.BAT for more 
  302.      information.
  303.      
  304.   PRINTER SHARING
  305.  
  306.      Advance Systems is an Authorized Dealer for the Smart Print automatic
  307.      electronic printer sharing systems: SmartPrint to share one Laser
  308.      Printer with up to six computers and The Intelligent Printer Switch to
  309.      use up to six Printers with one computer. 
  310.   
  311.   LAST WORD
  312.  
  313.      Advance Systems is a small family business that exist only through the
  314.      continued support of our customers, Thank You.  
  315. 
  316.