NAME
Cv::Pango - Draw a variety of characters using the Pango
SYNOPSIS
DESCRIPTION
Cv::Pango
draw a variety of characters by using Pango. Replace Cv::Arr::PutText()
itself.
METHOD
- PutText
-
$img
->putText(
$text
,
$org
,
$font
,
$color
);
- BoxText
-
$img
->boxText(
$text
,
$org
,
$font
,
$color
);
- GetTextSize
-
Cv->getTextSize(
$textString
,
$font
,
my
$textSize
,
my
$baseline
);
or
$font
->getTextSize(
$textString
,
my
$textSize
,
my
$baseline
);
SEE ALSO
Cv
, Pango
AUTHOR
MASUDA Yuta <yuta.cpan@gmail.com>
LICENCE
Copyright (c) 2013 by Masuda Yuta.
All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.