This directory contains several greek (ELOT/ISO8859-7) fonts suitable for
the X Window System.

INSTALL
=======

1. Copy the fonts in the desired directory: 

   $ copy * /usr/lib/X11/fonts/greek

2. Run the "mkfontdir" command in the new directory. It will produce
   a file called "fonts.dir":

   $ cd /usr/lib/X11/fonts/greek
   $ mkfontdir

3. Add the directory in the X11 font path. This is usually done in the
   .xinitrc or .xsession file:

   $ xset +fp /usr/lib/X11/fonts/greek

4. Rehash (for the first time at least):

   $ xset fp rehash

The new fonts should now be successfully installed. The "xlsfonts" will
produce a list of all available fonts, the new fonts should be in that
list.

CHANGE THE MOSAIC RESOURCES 
===========================

1. Merge the new resources.

   $ xrdb -merge -nocpp GRMosaic

2. Run the Mosaic using the new resources - fonts:

   $ mosaic -name GRMosaic 


ADDITIONAL INFORMATION
======================

* A font can be displayed using:

  $ xfd -fn fontname

* The resources can be seen using:

  $ xrdb -query

* The fontname is registered in fonts.dir file.

* Aliases can be made in fonts.alias file

* The path with the fonts can be displayed:

  $ xset q



