PostScript::ISOLatin9Encoding - ISOLatin9Encoding for PostScript fonts |
PostScript::ISOLatin9Encoding - ISOLatin9Encoding for PostScript fonts
use PostScript::ISOLatin9Encoding; my $enc = PostScript::ISOLatin9Encoding->array;
This package contains the PostScript ISO-8859-15 (ISO Latin-9) encoding.
In scalar context, returns a reference to an (internal) array containing the encoding. This should be considered read-only.
Johan Vromans, Squirrel Consultancy <jvromans@squirrel.nl>
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.
PostScript::ISOLatin9Encoding - ISOLatin9Encoding for PostScript fonts |