- $font = PDF::API3::Compat::API2::Resource::CIDFont::CJKFont->new $pdf,
$cjkname, %options
- Returns a cjk-font object.
Traditional Chinese: Ming Ming-Bold Ming-Italic
Ming-BoldItalic
Simplified Chinese: Song Song-Bold Song-Italic
Song-BoldItalic
Korean: MyungJo MyungJo-Bold MyungJo-Italic
MyungJo-BoldItalic
Japanese (Mincho): KozMin KozMin-Bold KozMin-Italic
KozMin-BoldItalic
Japanese (Gothic): KozGo KozGo-Bold KozGo-Italic
KozGo-BoldItalic
Defined Options:
-encode ... specify fonts encoding for non-utf8 text.
- $font = PDF::API3::Compat::API2::Resource::CIDFont::CJKFont->new_api
$api, $cjkname, %options
- Returns a cjk-font object. This method is different from 'new' that it
needs an PDF::API3::Compat::API2-object rather than a
Text::PDF::File-object.
$Log: CJKFont.pm,v $
Revision 2.1 2007/03/17 20:38:51 areibens
replaced IOString dep. with scalar IO.
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.17 2005/06/17 19:44:03 fredo
fixed CPAN modulefile versioning (again)
Revision 1.16 2005/06/17 18:53:34 fredo
fixed CPAN modulefile versioning (dislikes cvs)
Revision 1.15 2003/04/09 11:13:12 fredo
added/fixed proper alias/substitutions
Revision 1.14 2005/03/14 22:01:07 fredo
upd 2005
Revision 1.13 2004/12/16 00:30:53 fredo
added no warn for recursion
Revision 1.12 2004/11/25 15:07:21 fredo
fixed prototype warning
Revision 1.11 2004/11/22 21:07:55 fredo
fixed multibyte-encoding support to work consistently acress cjk/ttf/otf
Revision 1.10 2004/11/22 02:04:27 fredo
added missing substitutes
Revision 1.9 2004/11/22 01:03:24 fredo
fixed supplement set, added substitute handling
Revision 1.8 2004/11/21 02:58:51 fredo
fixed multibyte encoding issues
Revision 1.7 2004/10/26 14:43:25 fredo
added alternative glyph-width storage/retrieval
Revision 1.6 2004/06/15 09:14:42 fredo
removed cr+lf
Revision 1.5 2004/06/07 19:44:36 fredo
cleaned out cr+lf for lf
Revision 1.4 2004/02/24 00:08:54 fredo
added utf8 fallback for encoding
Revision 1.3 2003/12/08 13:05:33 Administrator
corrected to proper licencing statement
Revision 1.2 2003/11/30 17:30:40 Administrator
merged into default
Revision 1.1.1.1.2.2 2003/11/30 16:56:36 Administrator
merged into default
Revision 1.1.1.1.2.1 2003/11/30 14:13:33 Administrator
added CVS id/log
Hey! The above document had some coding errors, which are explained
below:
- Around line 59:
- '=item' outside of any '=over'
- Around line 377:
- You forgot a '=back' before '=head1'