Using the Font Manager from your own Applications
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

--------------------------------------------------

Because I have made it so very easy for you to create your own Font Manager 
scripts, it should not be too much trouble to integrate its functions into your
own applications. What goes hand-in-hand with this is the freedom to supply
this application with your own software packages. This means that you can
be sure the user of your software has !FontMGR2.

--------------------------------------------------

If <FontMGR2$Dir> doesn't exist, then the user hasn't got, or has decided not
to use !FontMGR2. Oh well, there is little one can do for such people!

If <FontMGR2$Dir> does exist then you need to make a simple script describing
which fonts you wish to FontHunt for such as the one shown below:

FMGR

*FONTS*
{
 Bodoni
 Caslon
 Becker
 Revue
}

*END*

Set the filetype of the file to 3f8 (FMScript) and then either Filer_Run it or
run <!FontMgr2$Dir>.!Run <full pathname>. It's as simple as that.

--------------------------------------------------
