Lines Matching +refs:text +refs:line

21 	public function DebugMessage($message, $file='', $line='') {  argument
23 return $this->phpThumbObject->DebugMessage($message, $file, $line);
1112 …public function WatermarkText(&$gdimg, $text, $size, $alignment, $hex_color='000000', $ttffont='',… argument
1114 if (!$text) {
1140 $text = strtr($text, $metaTextArray);
1142 $text = str_replace(array(
1145 ), "\n", $text);
1146 $textlines = explode("\n", $text);
1156 $TTFbox = imagettfbbox($size, $angle, $ttffont, $text);
1179 …tftext($gdimg, $size, $angle, $text_origin_x, $text_origin_y, $letter_color_text, $ttffont, $text);
1264 foreach ($textlines as $dummy => $line) {
1266 $TTFboxLine = imagettfbbox($size, $angle, $ttffont, $line);
1294 …', '.($text_origin_y + $y_offset).', $letter_color_text, '.$ttffont.', '.$line.')', __FILE__, __LI…
1295 …g, $size, $angle, $text_origin_x, $text_origin_y + $y_offset, $letter_color_text, $ttffont, $line);
1310 foreach ($textlines as $dummy => $line) {
1311 $text_width = max($text_width, imagefontwidth($size) * strlen($line));
1340 foreach ($textlines as $key => $line) {
1343 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1349 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1355 $x_offset = round(($text_width - (imagefontwidth($size) * strlen($line))) / 2);
1379 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1385 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1395 $x_offset = $text_width - (imagefontwidth($size) * strlen($line));
1401 …ermark, '.$size.', '.$x_offset.', '.($key * imagefontheight($size)).', '.$line.', $text_color_wate…
1402 …imagestring($img_watermark, $size, $x_offset, $key * imagefontheight($size), $line, $text_color_wa…
1404 …e.', '.$x_offset.', '.($key * imagefontheight($size) * $lineheight).', '.$text.', $mask_color_wate…
1405 …ark_mask, $size, $x_offset, $key * imagefontheight($size) * $lineheight, $text, $mask_color_waterm…