The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PostScript::ISOLatin9Encoding - ISOLatin9Encoding for PostScript fonts

SYNOPSIS

  use PostScript::ISOLatin9Encoding;
  my $enc = PostScript::ISOLatin9Encoding->array;

DESCRIPTION

This package contains the PostScript ISO-8859-15 (ISO Latin-9) encoding.

CLASS METHODS

array

In list context, returns an array that contains all the glyphs names for this encoding encoding.

In scalar context, returns a reference to an (internal) array containing the encoding. This should be considered read-only.

string

Returns the encoding as a string, with all entries concatenated. This is useful to quickly compare encodings.

SEE ALSO

http://partners.adobe.com/asn/developer/PDFS/TN/T1_SPEC.PDF

The specification of the Type 1 font format.

AUTHOR

Johan Vromans, Squirrel Consultancy <jvromans@squirrel.nl>

COPYRIGHT and DISCLAIMER

This program is Copyright 2002 by Squirrel Consultancy. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 117:

You forgot a '=back' before '=head1'