NAME
PostScript::ISOLatin1Encoding - ISOLatin1Encoding for PostScript fonts
SYNOPSIS
use PostScript::ISOLatin1Encoding;
$enc = PostScript::ISOLatin1Encoding->array;
DESCRIPTION
This package contains the PostScript ISO-8859-1 (ISO Latin-1) 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 2000,1998 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 99:
You forgot a '=back' before '=head1'