
PostScript::WinANSIEncoding - WinANSIEncoding for PostScript fonts

use PostScript::WinANSIEncoding; $enc = PostScript::WinANSIEncoding->array;

This package contains the Windows ANSI encoding.

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.
Returns the encoding as a string, with all entries concatenated. This is useful to quickly compare encodings.

The specification of the Type 1 font format.

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

This program is Copyright 2003,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.