home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / FONTS / ZIPFILES / FONTEDIT.ZIP / FONTCONV.DOC < prev    next >
Encoding:
Text File  |  1990-03-05  |  1.2 KB  |  30 lines

  1.  
  2. Program to produce an assembly language source segment of a font file in
  3. screen format. The characters are converted and stored by the rows.
  4. The matrix is extracted, beginning at the top left corner of the characters.
  5. Use /y=n and /x=n to adjust the size of the letters produced:
  6. /y=  Number of rows (in y-direction)
  7. /x=  Number of columns (in x-direction)
  8.  
  9. TO ACHIEVE BEST RESULTS, USE "DOUBLE_ALLOWED=Y" and /N with FONTED.
  10.  
  11. Make sure, all characters reside in the rectangle that is to be chosen for
  12. extraction.
  13. This utility is provided to make the building of screen fonts from existing
  14. printer fonts a bit easier. Use FONT8 to edit screen fonts.
  15. You will need an assembler and a linker to actually use the screen fonts.
  16.  
  17.  
  18. Suggested usage:
  19. 1)   Produce/edit/optimize an appropriate PRINTER FONT
  20. 2)   Store the font, save it for reference
  21. 3)   Edit the entire font, scale the characters down, squeeze them
  22.      in the top left corner of the edit matrix
  23. 4)   Convert your font to screen format
  24. 5)   Using your assembler, produce a routine that loads your font
  25.      to your computer's display memory
  26.  
  27.  
  28. NOTA BENE: The FONTCONV program reads FONTED.CNF as FONTED does!
  29.  
  30.