Font::GlyphNames, version .03 (beta)

This module converts between glyph names and characters, following the
Adobe Glyph Naming convention.


CHANGES IN THIS RELEASE

This module has been completed, and is now a beta version. All bugs I
know of have been fixed. See the Changes file for details.


INSTALLATION

The easiest way to install this module is to use the cpan script or
the CPAN module:

    [sudo] cpan Font::GlyphNames
    [sudo] perl -MCPAN -e "install Font::GlyphNames"

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


DEPENDENCIES

This module requires Perl 5.8.0 or later.


DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command:

    perldoc Font::GlyphNames

Or try using man (it’s faster in my experience):

    man Font::GlyphNames


COPYRIGHT AND LICENCE

This copyright notice does not apply to the files glyphlist.txt and
zapfdingbats.txt included in this package.  Those two files contain
their own copyright notices.

Copyright (C) 2006-8 Father Chrysostomos

This program is free software; you may redistribute it, modify it,
or both under the same terms as perl.