home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / drawing / uved140.zip / ONFONTS.TXT < prev    next >
Text File  |  1993-09-14  |  5KB  |  112 lines

  1.                                V-EDIT vers. 1.40
  2.  
  3. MEDIUM COLOR OUTLINE FONT SET
  4.  
  5.  
  6. ¿0
  7. 1,7,6,1                   UNDERSTANDING V-EDIT FONT FILES
  8. ≈01┌─────┐
  9. ≈02│ ┌─┐ │
  10. ≈03│ │ │ │                1. First line of Font file is your description.
  11. ≈04│ │ │ │
  12. ≈05│ └─┘ │                2. This line must be 40 characters, including
  13. ≈06└─────┘                   spaces between words, or less. Any character
  14.                              beyond 40 is truncated, when read.
  15.  
  16. ¿1                        3. Each key assignment is preceded by the ANSI
  17. 1,4,6,1                      character "¿" CHR$ (168).
  18. ≈01 ┌─┐
  19. ≈02┌┘ │                   4. The next line under the key assignment is the
  20. ≈03└┐ │                      font string.
  21. ≈04 │ │
  22. ≈05 │ │                   INTERNAL USE, FONT WIDTH, FONT HEIGHT, KERNING
  23. ≈06 └─┘
  24.                              Internal use:  Should always be 1
  25.                              Font width:    Width of max. Span of actual 
  26.                                             character
  27.                              Font height:   Height of actual character
  28. ¿¿                           Kerning:       Space to move after printing 
  29. 1,10,7,-2                                   to screen space between characters
  30.                                
  31.  
  32.                  Note:  Kerning can be a negative value if you
  33.                         wish to print a character, then return
  34.                         to a cursor position before the font
  35.                         width.
  36.  
  37.                         As in the case of a space. The Font
  38.                         width and height reflect the largest
  39.                         values from within the Font set, but
  40.                         because the average Font width is 8,
  41.                         we set the kerning to -2.
  42.  
  43.  
  44. End              5. "¿¿"  represents a "space" CHR$ (32).
  45.                     Leave N blank lines under the Font string line,
  46.                     where N is the Font height.
  47.  
  48.                  6. It's a good idea to mark the end of your Font
  49.                     file, such that it doesn't ever get truncated.
  50.                     Especially if your space character is the last
  51.                     Font in your file.
  52.  
  53. 7.  For colored Fonts, we use the ANSI symbol "≈" CHR$ (247), and the PCB code     
  54.     format. See readme.1St for more on PCB codes & usage. The reason we don't
  55.     use the "@ X" prefix is to prevent V-EDIT from formating the Font file to
  56.     a PCB file, ie: so it reads as an ASCII text file.
  57.  
  58. 8.  The Font will utilize the last color code found to draw the next character
  59.     in other words, if your Font is made up of 50 diferent characters, each
  60.     could be a "different" color, and you would have 50 color codes.
  61.  
  62. 9.  Color codes will not register as spaces.
  63.           Therefore:
  64.  
  65.           ≈01 ┌─┐              ≈01 ┌≈01─┐
  66.           ≈02┌┘ │              ≈02┌┘≈02 │ 
  67.           ≈03└┐ │              ≈03└┐≈03 │ 
  68.           ≈04 │ │              ≈04 │≈04 │
  69.           ≈05 │ │              ≈05 │≈05 │ 
  70.           ≈06 └─┘              ≈06 └≈06─┘
  71.  
  72.  
  73.           These two Fonts are equivalent.
  74.  
  75. 10.  Color codes of one Font will not affect the color or non-color of 
  76.      another from within the same set. If a Font is not colored, it's
  77.      color can be changed from within V-EDIT, pending current Fg & Bg
  78.      attributes. Colored fonts can not be changed from within V-EDIT.
  79.  
  80.      Note: you can have just one colored Font in an entire set, or
  81.         some, or all, or none. The choice is yours.
  82.  
  83. 11. Make sure your entire Font is left justified, as the reader will
  84.     read whatever is specified in the Font string starting in the first
  85.     column and row postion in the next line after the Font string.
  86.  
  87. 12. Fonts can be as small as one character, "make your own extended set"
  88.     or as large as 23 rows, 80 columns. "Assign repetative screens to keys."
  89.  
  90. 13. Make sure your Font file is named: "FMNFONT.NNN" where "NNN" is a number
  91.     between "001" and "999"  the Font number in the V-EDIT font utility
  92.     does not reflect the Font file number, only the number of Fonts, available
  93.     and the order as DOS found them. The main purpose of this number is to
  94.     show the current Fg & Bg attributes.
  95.  
  96.  
  97.  
  98.     Well, there you go!  We tried to make our Font structure easy and quickly
  99.     manageable, utilizing simple color structures, and giving you, the user
  100.     the most options as possible.
  101.  
  102.     We include 7 Font sets of basic, colored, symbol, and screen images. Use
  103.     what you want, and/or modify as you please.  The 8th set are screens
  104.     showing or advertising the work of others.
  105.  
  106.  
  107.  
  108.  
  109.     See ya,
  110.  
  111.           ¥ Wizard.........
  112.