home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / fontmgr2 / !FontMGR2 / TechText / FontPath next >
Text File  |  1994-07-10  |  1KB  |  45 lines

  1. !FontManager and how it changes Font$Path
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. -----------------------------------------------
  5.  
  6. When EXTENDED PATHS is ON
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~
  8.  
  9. This creates a number of system variables
  10.  
  11. <Za$Path>, <Zb$Path>, <Zc$Path> etc...
  12.  
  13. each of these system variables is a macro, and
  14. it holds the pathname of a group.
  15.  
  16. <F$Dir>.Symbols, <F$Dir>.SanSerifs
  17.  
  18. You may have noticed that the first paths are
  19. shorter and that in fact they can be
  20. represented by an even shorter notation:
  21.  
  22. Za:, Zb:, Zc:
  23.  
  24. So, written to <Font$Path> is Za:,Zb:,Zc: and
  25. so more groups can fit into the 256bytes that
  26. are avaiable.
  27.  
  28. -----------------------------------------------
  29.  
  30. With EXTENDED PATHS turned OFF.
  31. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32.  
  33. This simply writes the paths into <Font$Path>
  34.  
  35. Resources:$.Fonts.,<F$Dir>.SanSerif., <F$Dir>.
  36. Roman.,<F$Dir>.Old.
  37.  
  38. So you can see how 256 bytes can be eaten up
  39. *VERY* quickly.  This is the reason why I
  40. strongly reccomend that EXTENDED PATHS be
  41. left on.
  42.  
  43. -----------------------------------------------
  44.  
  45.