Imager::DTP::Line::Vertical - extended class of Imager::DTP::Line. |
Imager::DTP::Line::Vertical - extended class of Imager::DTP::Line.
See the Imager::DTP::Line manpage for synopsis and description.
With most of commercial publication (in my country - Japan), two digit numerals are printed as one letter in vertical writings. Since that, I've implemented the same logic in this module. If you don't want this to happen, add ``return undef;'' to the second line in _isDoubleDigitNum()
method, or let me know and I'll add a option to disable it.
Toshimasa Ishibashi, <iandeth99@ybb.ne.jp>
Copyright 2005 Toshimasa Ishibashi, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Imager, the Imager::DTP manpage
Imager::DTP::Line::Vertical - extended class of Imager::DTP::Line. |