home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dff10.zip / DOSFONT.DOC < prev    next >
Text File  |  1993-01-02  |  7KB  |  177 lines

  1. DOS FONT Version 1.0
  2.  
  3. System Requirements
  4. IBM PC/XT/AT with 256K running DOS Versions 3.10 or later with either
  5. a EGA or VGA video adapter card.
  6.  
  7. ·
  8. FONT Drivers
  9. As some of you may know, developing software consists of many tradeoffs
  10. during the development process. DOS Font is no different except that
  11. I thought I would leave that descision up to you this time!
  12.  
  13. Your DFF contains two drivers: FONT.COM and DFONT.COM, both produce
  14. the same fonts but operate in some important different ways. Once
  15. you understand them, you'll be able use DOS Font the best way that
  16. suits you. Before descriding the individual differences, I need to
  17. mention something about Windows, both FONT.COM and DFONT.COM can
  18. detect Windows (and act accordingly) when in Enhanced Mode, but
  19. FONT.COM cannot detect Windows in Standard or Real Mode. If using
  20. Windows in these modes (Standard or Real) you will need to activate
  21. the DOS Font Sleep Function.
  22.  
  23. FONT.COM:
  24.  
  25. Plus Side : Will supercede all Fonts and allow your fonts to be used
  26.             in all your DOS applications and Utilities.
  27.  
  28.             Uses less than 1/2K of RAM (uses very little memory)
  29.  
  30. Minus Side: You cannot run any applications that produce Graphics unless
  31.             you first activate the DOS Font Sleep Mode (ie. SETFONT S)
  32.             or your screen will be unreadable. If this happens by the
  33.             way, and you remember how to the exit the program, just press
  34.             the approiate keys to return to DOS and things will clear
  35.             up. So to run Harvard Graphics or Windows in Standard Mode,
  36.             SETFONT S must be activated prior to running them. Running
  37.             SETFONT again will restore your DOS Fonts.
  38.  
  39. DOSFONT.BAT:
  40.  
  41. Plus Side : Allows you to run any application without activating the
  42.             Sleep Mode and restores your active font when exiting an
  43.             application.
  44.  
  45. Minus Side: Some applications such as QA Plus will not display your
  46.             fonts since they reset the video adapters internal registers.
  47.  
  48.             Uses 4K of RAM
  49.  
  50. You need to decide which driver would best suit you. I use the
  51. DFONT.COM (DOSFONT.BAT to start) driver so I don't have to remember
  52. to put DOS Font in the Sleep mode.
  53.  
  54. SHOWFONT.EXE
  55.  
  56. After loading your Font Driver (either FONT or DOSFONT) you may load
  57. different fonts by running SHOWFONT (type SHOWFONT and press enter).
  58. SHOWFONT displays the available fonts and runs SETFONT.EXE for you.
  59.  
  60.  
  61. SETFONT.EXE
  62.  
  63. After loading your Font Driver (either FONT or DOSFONT) you need to
  64. set the active font. Typing SETFONT and pressing the enter key will
  65. load the default font.
  66.  
  67. SETFONT can be run with a number of parameters which are described below
  68.  
  69.  
  70. USAGE: SETFONT    options...
  71.  
  72.  
  73. OPTIONS are:
  74.  
  75. B          = Bold Text, will set the font named in the L: option to Bold
  76. U          = Underline, will underline loaded font
  77. T          = Thin Text, will make the loaded font thin
  78. I          = Inverted Text, will invert the loaded font (you lose the cursor
  79.              with this one)
  80. L:fontfile = Load this FONTFILE, load and activate a font file. Where fontfile
  81.              is the DOS FONT file to load and activate.
  82.  
  83. S          = Toggle Sleep Mode, places DOS Font in sleep mode. No fonts are
  84.              active. This option should be used when running Windows or other
  85.              graphics software when using the FONT.COM driver. You'll know
  86.              when DOS FONT is in sleep mode if the normal DOS character set
  87.              is displayed.
  88.  
  89.  
  90. SETFONT L:SMALL B         =  will make the SMALL.FNT fontfile the current
  91.                              font with Bold characters
  92. SETFONT B                 =  will make the DEFAULT.FNT fontfile the current
  93.                              font with Bold characters
  94. SETFONT S                 =  will place DOS Font in sleep mode.
  95. SETFONT L:SMALL.FNT T     =  will make the SMALL.FNT fontfile the current
  96.                              font with Thin characters.
  97. SETFONT L:SMALL T U       =  will do the same as above but also underline
  98.                              characters.
  99.  
  100. Once you've found a font you like best you may rename the DEFAULT.FNT
  101. to DEFAULT.OLD and copy the font file to DEFAULT.FNT.
  102.  
  103. Example: You like the SMALL.FNT the best, do the following in:
  104.  
  105.          REN DEFAULT.FNT DEFAULT.OLD
  106.          COPY SMALL.FNT DEFAULT.FNT
  107.  
  108.  
  109. This way your favorite font can be loaded by just typing SETFONT.
  110.  
  111.  
  112. The Font files included in the shareware version of DOS FONT are
  113. listed below (there may be some additional fonts added that are
  114. not listed, to view them type SHOWFONT):
  115.  
  116.  
  117.  DEFAULT.FNT   = The default font used by DOS FONT. When SETFONT
  118.                  is run without the L: option this font file is
  119.                  used.
  120.  
  121.  SMALL.FNT     = Same type of characters as the DEFAULT.FNT but
  122.                  smaller with a greater spread between lines.
  123.  
  124.  MARKS.FNT     = A font which almost looks as bad as Marks
  125.                  handwriting.
  126.  
  127.  FUN.FNT       = A font which contains some little pictures that
  128.                  replace certain characters. Shows what font editor
  129.                  can do.
  130.  
  131.  RIDGE.FNT     = Ridged/Jagged font.  (RIDGE2.FNT slight variation)
  132.                  (Do not recommend using T option with this font)
  133.  
  134.  STRIPE.FNT    = Stripped Characters.
  135.  
  136.  ROCK.FNT      = Characters are randomlyy stripped.
  137.  
  138.  OUTLINE.FNT   = Characters are outlined
  139.  
  140.  
  141. When you register you will receive the Font Editor so you can edit
  142. any font or create your own. Also, let me know if you would like to
  143. see a later version with printing capability. Please also mention the
  144. printer you are using and any other font types you would like to see.
  145.  
  146.  
  147.   Distribution Guidelines:
  148.  
  149.   DF may be distributed freely as long as the following guidelines are
  150.   observed:
  151.  
  152.   1) Is distributed with all files in the Original Compressed format and
  153.      no file is modified.
  154.   2) No charge be incurred other than a minimal shipping & handling fee
  155.      not to exceed $10 US dollars
  156. ·
  157. Customer Support
  158. You can ask questions by leaving messages on CompuServe addressed to user
  159. ID 70053,2236. Ideas for upgrades and enhancements are welcome. You may
  160. also call 813-267-5370 and leave a message with the best time to return
  161. your call. Please do not contact distributors for technical assistance,
  162. since they generally will not be able to give you the same personal
  163. attention and expertise the author can provide.
  164.  
  165. Send inquiries to:
  166.  
  167.   Non-Registered Users inquiries:
  168.  
  169.   Mark Vitt, 13240 White Marsh Lane,Suite #113, Fort Myers, FL 33912
  170.  
  171.  
  172.   Registered Users inquiries:
  173.  
  174.   VitCom International, Shareware Group, 19055 Evergreen Road,
  175.   Fort Myers, FL 33912
  176.  
  177.