NAME
Imager::DTP::Line::Vertical - extended class of Imager::DTP::Line.
SYNOPSIS
See Imager::DTP::Line for synopsis and description.
DESCRIPTION
Two digit numeral will be parsed as one letter automatically.
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.
AUTHOR
Toshimasa Ishibashi, <iandeth99@ybb.ne.jp>
COPYRIGHT & LICENSE
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.