home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / FNT_VERT.LZH / README16.TXT < prev    next >
Text File  |  1990-11-22  |  4KB  |  66 lines

  1. Final Additions:   (November 11,1990)
  2.  
  3. 1) Make a copy (enlarge if possible) of the three font charts in the 
  4. back of the manual.  As you copy fonts from various sources, fill in
  5. which characters convert to the locations in the chart, filling it
  6. in under the character in the chart.  This will allow you to know 
  7. where fonts from various sources transfer to.  This will help since
  8. Font creators have a habit of puting characters in different 
  9. positions.  
  10.  
  11. If I get enough requests, I will create a utility to patch FontVerter
  12. to transfer characters to alternate locations if the user desires.....
  13.  
  14. 2) When converting TO Font Designer .ECF format, load the font in to 
  15. Font Designer and save the font.  This is needed to create bounding box
  16. info before it will show in KERN_ECF.PRG.
  17.  
  18. 3) Translation Characters (Composites):
  19.    ECF > DMF -- Translations are FontVerted properly, with one possible
  20. problem.  At this time, the program does not check to see if both parts
  21. of the translation actually exist.  The way characters are translated, this
  22. should not present a problem, since only a couple of characters aren't 
  23. converted but possible character placements could cause a problem.  If 
  24. this happens, load FontVerted .DMF font into either of the two PageStream
  25. font editors and correct the problem.
  26.  
  27.    DMF > ECF -- Translations are converted as part of the character, NOT
  28. COMPOSITES, since major editing, such as adding hint stems and over-all
  29. cleaning up the font will be done.  You will also probably want to change
  30. the character positions to your liking before changing dual-part 
  31. characters to composites.  It is very easy to do since you can position
  32. the composites over the existing character before erasing the actual parts.
  33.  
  34. 4) The font name is shown on all conversions in the Title bar during the 
  35. conversions.  If a name doesn't appear, be prepared to add this after the 
  36. font is FontVerted.
  37.  
  38. 5) One extra file is needed to run FontVerter 1.6, which is not in the 
  39. manual. TRANSLAT.DAT also has to be in the same directory as FV_1_60.PRG.
  40.  
  41. 6) There is one last MAJOR addition:
  42.    Contrary to the PageStream font specifications, a PageStream font can
  43. only have 32K of data, not 64K as per the specifications.  This will be
  44. fixed in version 2.0, but that doesn't help for the time being. I thought
  45. this was already fixed, but a discussion with SoftLogik confirmed the 
  46. problem. 
  47.    The work around for this problem has been implemented as follows. If a
  48. Calamus or Font Designer font is FontVerted that is too large, you will be
  49. notified by a dialog box after the last character that will fit is shown.
  50. You will be given a choice as whether to save the font at that point, or
  51. to continue with the full conversion. If you are printing on a non-
  52. postscript printer using the .DMF file, you must save the font at the 
  53. given point, or problems will occur when using the font, such as the 
  54. PageStream bombing when you try to print a character after the 32K
  55. barrier.
  56.    Since most of the characters left off will be part of the extended
  57. character set, Load the font into the Shareware PGSED program and finish
  58. the font using Translation characters to add the rest of the characters. 
  59.    The only time you will want to continue the full conversion is when  
  60. you wish to convert the font to a PostScript file using FONTEDIT.PRG.
  61. since you don't actually access the PS font in PageStream, the size is 
  62. not a problem.  You will be able to access the charcaters on the 
  63. PostScript printer with no problems.  FONTEDIT.PRG used the proper 
  64. structure, so the full font can be loaded with out any problems, and the 
  65. PostScript download font created.
  66.