/usr/local/perl/lib/site_perl/5.8.5/PDF/API2/Resource/CIDFont.pm


$font = PDF::API2::Resource::CIDFont->new $pdf, $name
Returns a cid-font object. base class form all CID based fonts.

$font = PDF::API2::Resource::CIDFont->new_api $api, $name, %options
Returns a cid-font object. This method is different from 'new' that it needs an PDF::API2-object rather than a Text::PDF::File-object.

$cidstring = $font->cidsByStr $string
Returns the cid-string from string based on the fonts encoding map.

$cidstring = $font->cidsByUtf $utf8string
Returns the cid-encoded string from utf8-string.


AUTHOR

alfred reibenschuh


HISTORY

    $Log: CIDFont.pm,v $
    Revision 2.3  2007/03/17 20:38:50  areibens
    replaced IOString dep. with scalar IO.
    Revision 2.2  2007/01/04 16:02:28  areibens
    applied untested fix for acrobat 8 "<ident> TJ" bug
    Revision 2.1  2006/06/19 19:22:07  areibens
    removed dup sub
    Revision 2.0  2005/11/16 02:16:04  areibens
    revision workaround for SF cvs import not to screw up CPAN
    Revision 1.2  2005/11/16 01:27:48  areibens
    genesis2
    Revision 1.1  2005/11/16 01:19:25  areibens
    genesis
    Revision 1.15  2005/10/20 21:05:05  fredo
    added handling of optional kerning
    Revision 1.14  2005/06/17 19:44:03  fredo
    fixed CPAN modulefile versioning (again)
    Revision 1.13  2005/06/17 18:53:34  fredo
    fixed CPAN modulefile versioning (dislikes cvs)
    Revision 1.12  2005/03/14 22:01:06  fredo
    upd 2005
    Revision 1.11  2004/12/16 00:30:53  fredo
    added no warn for recursion
    Revision 1.10  2004/11/24 20:10:55  fredo
    added virtual font handling
    Revision 1.9  2004/11/22 21:07:55  fredo
    fixed multibyte-encoding support to work consistently acress cjk/ttf/otf
    Revision 1.8  2004/11/21 02:57:53  fredo
    cosmetic change
    Revision 1.7  2004/10/26 14:42:49  fredo
    added alternative glyph-width storage/retrieval
    Revision 1.6  2004/06/15 09:14:41  fredo
    removed cr+lf
    Revision 1.5  2004/06/07 19:44:36  fredo
    cleaned out cr+lf for lf
    Revision 1.4  2003/12/08 13:05:33  Administrator
    corrected to proper licencing statement
    Revision 1.3  2003/11/30 17:28:54  Administrator
    merged into default
    Revision 1.2.2.1  2003/11/30 16:56:35  Administrator
    merged into default
    Revision 1.2  2003/11/30 11:44:49  Administrator
    added CVS id/log

=cut
 /usr/local/perl/lib/site_perl/5.8.5/PDF/API2/Resource/CIDFont.pm