PostScript::FontInfo - module to fetch data from PostScript font C<.inf> files |
PostScript::FontInfo - module to fetch data from PostScript font .inf
files
my $info = new PostScript::FontInfo (filename, options); print STDOUT ("Name = ", $info->name, "\n");
This package allows font info files, so called .inf
files, to be
read and (partly) parsed.
How errors must be handled. Default is to call die().
In any case, new()
returns a undefined result.
Setting 'error' to 'ignore' may cause surprising results.
Each of these methods can return undef
if the corresponding
information could not be found in the file.
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.
PostScript::FontInfo - module to fetch data from PostScript font C<.inf> files |