home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 664.FONTINFO.DOC < prev    next >
Text File  |  1991-11-15  |  4KB  |  115 lines

  1.                                                              November 15, 1991
  2.  
  3.                            FONTINFO (Version 1.8)
  4.  
  5.     (C) Copyright 1989, 1991 by TaxWare, PO Box 2014, Provo, UT  84603-2014
  6.                 All rights reserved.
  7.  
  8.                             ┌─────────┐
  9.                       ┌─────┴───┐     │               (R)
  10.                     ──│         │o    │──────────────────
  11.                       │   ┌─────┴╨──┐ │  Association of
  12.                       │   │         │─┘  Shareware
  13.                       └───│    o    │    Professionals
  14.                     ──────│    ║    │────────────────────
  15.                           └────╨────┘    MEMBER
  16.  
  17.  
  18.     FONTINFO is a command line utility used to print information for 
  19. HP-format soft fonts to the screen.  If you have used the DOS DIR command, then 
  20. all you need to know is that FONTINFO works exactly the same way, except that
  21. FONTINFO finds only valid HP soft font files.  The information provided in the
  22. listing includes the name of the file, the name of the font (if it can be 
  23. determined), the font's typeface, orientation, pitch, point, stance, stroke
  24. weight and symbol set.  The following shows an example listing using FONTINFO:
  25.  
  26.  
  27. Font Name       Typeface  Orient  Pitch  Point  Stance  Strokeweight  Symbolset
  28. ===============================================================================
  29. ** SCRIPT11.SFP **
  30. Park Avenue         253   Port    Prop   10.98  Italics       Normal   0U ( 21)
  31. ** SCRPT119.SFP **
  32. x1007                 0   Port    Prop   11.88  Italics         Bold   0U ( 21)
  33.  
  34.  
  35. The syntax of FONTINFO is:
  36.  
  37.     FONTINFO [?] [/H] [/C] [/P] [/E] [d:][path][filename.[ext]]
  38.  
  39. In its simplest form, FONTINFO can be entered on the DOS command line without 
  40. any options to list the information for all soft font files in the current 
  41. directory of the current drive.
  42.  
  43.     FONTINFO <Enter>
  44.  
  45.  
  46. Options:
  47.  
  48. ?    Prints a HELP screen, describing the syntax (usage) of FONTINFO.
  49.  
  50. /H    Prints a HELP screen, describing the syntax (usage) of FONTINFO.
  51.  
  52. /C    Prints only the file names of the soft font files found.  No other
  53.     information is printed.
  54.  
  55. /P    Pauses the display when the screen is full.  The following prompt is
  56.     displayed:
  57.  
  58.     Press any key to continue
  59.  
  60. /E    Prints extended information (font selection escape sequence, file size,
  61.     font name
  62.  
  63. You should avoid using the /P option when redirecting output to a disk file or
  64. printer.  You will not see the message(s) to "Press any key to continue" on the
  65. screen.
  66.  
  67. Except for /H and ?, options may be combined.
  68.  
  69.  
  70. File Specifications:
  71.  
  72.     After any options, specify the path whose soft fonts you want to list.
  73.     Wildcards (*,?) are supported.  For more information, refer to your DOS
  74.     manual.
  75.  
  76.  
  77. Examples:
  78.  
  79.     The following example lists the information for all the soft font 
  80.     files on the default drive.
  81.  
  82.     FONTINFO
  83.  
  84.     The following example lists the information for all the soft font 
  85.     files for the current directory of drive C.
  86.  
  87.     FONTINFO C:
  88.  
  89.     The following example lists the information for all the soft font 
  90.     files for the directory path \WPFONTS:
  91.  
  92.     FONTINFO \WPFONTS
  93.  
  94.     The following example lists the information for the file HLVN3012.SFP
  95.     in the current directory, if the file exists.
  96.  
  97.     FONTINFO HLVN3012.SFP
  98.  
  99.     The following example lists the information for all files in the 
  100.     current directory of drive C whose extensions are .SFL:
  101.  
  102.     FONTINFO C:*.SFL
  103.  
  104.  
  105. Miscellaneous:
  106.  
  107. The numbers represented by Typeface and Symbolset can be looked up in your
  108. LaserJet/DeskJet Technical Reference Manual or in your soft font documentation.
  109.  
  110. This software is developed by a member of ASP, but does not carry a shareware
  111. registration fee by itself.  It is included as an add-on to other software 
  112. products from TaxWare.  FONTINFO and this document may be copied and
  113. distributed freely.  TaxWare retains all rights associated with the software
  114. and this document.
  115.