home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top2096 / fontshow.doc < prev    next >
Text File  |  1994-03-18  |  6KB  |  141 lines

  1. FontShow 1.3
  2.  
  3. Glenn Alcott
  4. 86-22 60th Road
  5. Elmhurst, NY 11373
  6. CIS: 76044,747
  7.  
  8. FontShow is a utility, written in Visual Basic 3.0, to print samples and
  9. character charts of any of your Windows printer fonts.  It is provided
  10. with the Visual Basic source code (in the file SOURCE.ZIP) for those who
  11. are interested.  If you're not interested, ignore that file.
  12.  
  13. To install the program, copy FONTSHOW.EXE to any directory.  The VBX files
  14. (Visual Basic custom controls) and the MSAFINX.DLL file must be copied to
  15. your \WINDOWS\SYSTEM directory.  In addition, the program requires the
  16. Visual Basic 3.0 runtime library, VBRUN300.DLL.  I have not included it in
  17. this archive because of its size, but it is easily available on CompuServe.
  18.  
  19. To run the program, choose File Run from the Windows Program Manager and
  20. enter FONTSHOW, preceded by the path name if necessary.  Of course, if you
  21. plan to use it often it is more convenient to add it to your Program Manager
  22. desktop and run it from the icon.
  23.  
  24. You may scroll through the list of available fonts to see samples on the
  25. screen.  The size of the sample may be changed in 1-point increments by
  26. clicking the "sample size" arrows (these arrows sometimes behave a little
  27. strangely and may have to be clicked twice to see any effect).  The sample
  28. text box is editable just by clicking on it; you may delete and add text
  29. using normal Windows editing methods.  Edited sample text will be retained
  30. only for the duration of the program; it will not be saved when you exit.
  31.  
  32. The Display Font Map option will show a character map of the currently
  33. highlighted font, similar to the Character Map utility distributed with
  34. Windows, with the additional capability of displaying the font in bold,
  35. italic or both.
  36.  
  37. To print, select fonts using the usual Windows selection methods (i.e.
  38. Ctrl-Click to choose several fonts, Shift-Click to choose a continuous
  39. range).  If you want to print all your fonts, click on Select All.
  40.  
  41. There are four types of printouts available:
  42. 1) Sample text (three lines for each font, as many fonts as will fit on
  43.    each page, at the point size of your choice)
  44. 2) Character charts (a full-page chart for each font, showing each
  45.    character and its ASCII code number, printed at 16 points)
  46. 3) Full page samples with three parts:
  47.    a) one-line samples at sizes from 8 to 60 points
  48.    b) three-line samples (as in #1) including regular, bold, italic
  49.       and bold italic, all at 12 points
  50.    c) all extended characters
  51. 4) Text paragraphs: a six-line paragraph printed at user-selectable sizes
  52.    from 7 to 14 points.  One page per font.
  53.  
  54. You may choose any or all types each time you print by checking the
  55. appropriate box(es).  The default is to print only the sample text.  If you
  56. choose more than one, they will be printed in the order listed above.
  57.  
  58. For all printouts except #3, the bold and italic check boxes will be observed.
  59.  
  60. For printout #1, you may choose a point size from 6 to 72 points, including
  61. fractional sizes.  Point sizes may be incremented in 1-point intervals
  62. using the arrows next to the point size box.  However, be aware that
  63. choosing a large size may result in an overflow which will halt printing.
  64.  
  65. When you select printout #4, a window will appear allowing you to choose the
  66. point sizes for the paragraphs from a list of sizes between 7 and 14 points,
  67. mostly in half-point increments.  You may choose up to 6 sizes.  The default
  68. printout includes 9,10,11,12,13 and 14 points.  If you change the selection,
  69. you may reset it to the default by clicking the Default button.
  70.  
  71. The Heading Font option allows you to select the font to be used for
  72. headings on the printouts.  Specifically, this is used for the font names
  73. on #1, ASCII codes on #2, section headings on #3 and paragraph headings on
  74. #4.  As most headings are printed at 10 points, you should choose a font
  75. that is easily readable at that size.  Choosing this option will select the
  76. currently highlighted font as the heading font, subject to your
  77. confirmation.  The heading font defaults to Arial if it is found on your
  78. system; otherwise another font will be chosen (most likely the first one
  79. listed in your WIN.INI file).
  80.  
  81. The Edit Sample Text option is provided so that you may edit the text of
  82. the one-line samples at different sizes in printout #3 (a different default
  83. text is used for each point size in the hope of making the printouts a
  84. little more interesting) as well as the default text used in the screen
  85. sample, printout #1 and the three-line samples in printout #3 (which defaults
  86. to "The quick brown fox jumps over the lazy dog.").
  87.  
  88. *****************************************************************************
  89.  
  90. REGISTRATION:
  91.  
  92. FontShow is distributed as a completely functional program with no crippling
  93. whatsoever and no "nag screens" to annoy you.  However, it represents a
  94. considerable effort on the part of the author and is not intended to be free.
  95.  
  96. If you decide to keep and use this program, please print and mail the
  97. registration form below with the modest fee of $10.  If you don't want to
  98. bother filling out the form, just send a check! Comments and suggestions
  99. via E-mail are also welcome.
  100.  
  101. *****************************************************************************
  102.  
  103.  
  104.                                  Fontshow 1.3
  105.                                Registration Form
  106.  
  107.  
  108.      Name: __________________________________
  109.  
  110.      Company: _______________________________
  111.  
  112.      Address: _______________________________
  113.  
  114.      City: __________________________________
  115.  
  116.      State: ______  Zip: _______
  117.  
  118.      Country: __________________
  119.  
  120.      CompuServe ID: _________________________
  121.  
  122.      Comments: _____________________________________________________________
  123.  
  124.      _______________________________________________________________________
  125.  
  126.      _______________________________________________________________________
  127.  
  128.  
  129.      Registration fee: $10.00
  130.  
  131.      Please send to:
  132.  
  133.      Glenn Alcott
  134.      86-22 60th Road
  135.      Elmhurst, NY 11373
  136.      USA
  137.  
  138.      Thank you very much for registering!
  139.  
  140. *****************************************************************************
  141.