home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR030.ZIP / T2F.DOC < prev    next >
Text File  |  1987-11-23  |  3KB  |  51 lines

  1. PROGRAM: T2F.EXE Text to Font Conversion Utility
  2.  
  3. DATE & VERSION: November 23, 1987 version 1.00
  4.  
  5. AUTHOR:  Keith P. Graham
  6.  
  7. CONTACT: PC Rockland BBS (914) 353-2176
  8.      OR: Keith P. Graham
  9.          238 Germonds Road
  10.          West Nyack, NY 10994
  11.  
  12. DESCRIPTION: T2F is a program which reads in a text file and a Hewlett
  13. Packard LaserJet soft font file and produces a PC Paintbrush file of
  14. the text file in the soft font letters. The PC Paintbrush file is
  15. 2,560 by 6000 and probably will not be readable by PC Paintbrush. I
  16. would suggest using OPTIKS or a similar utility to translate the file.
  17. The maximum width of a line is 8.5 inches at 300 dpi. The longest page
  18. that can be produced is 20 inches at 300 dpi. Since the output of this
  19. program is a PC Paintbrush file, any printer supported by OPTIKS or
  20. PC Paintbrush or any program that can read a PC Paintbrush file can now
  21. print using Hewlett Packard compatible soft fonts. These fonts are
  22. widely available and of a high quality.
  23.  
  24. USAGE:  T2F will prompt the user for the name of an ascii text file and
  25. the name of the output PC Paintbrush file (the user must included the
  26. .PCC file extension). The program will also ask the user for the name
  27. of an HP softfont. This softfont must be a standard format soft font.
  28. Some soft fonts include escape sequences to make the font permanent or
  29. temporary, or to activate the font. T2F will not accept these fonts.
  30. The font will be loaded and checked, as each letter of the font is
  31. read, the letter will appear on the screen. The program will read the
  32. text file, echoing the letters of the file to the screen. At the end
  33. of each line, the program will write out a piece of the graphics output
  34. file. Letters not included in the font will be ignored. Spaces will
  35. print out at the default pitch. The line spacing will be determined
  36. by the letter height as indicated in the font header. There is no other
  37. control over pitch, spacing, justification or leading.
  38.  
  39. COMMENTS: T2F is a prototype for a program which will produce similar
  40. files, but can mix up to 8 fonts, justify, center, and give absolute
  41. control over such things as kerning. I am writing that program now and
  42. it may take another month. T2F was written to see if I had all of the
  43. pieces working, such as reading fonts, writing PCC files and converting
  44. letters. I will work on rearranging these routines around a text
  45. editor with functions to control the setup of the type.
  46. This program is free to use and distribute as long as it is not altered,
  47. and this documentation is included with it, and no fee is charged for
  48. its use distribution (except when included with libraries of software
  49. distributed for a nominal fee.)
  50.  
  51.