Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Rev 6901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 5382
Line 30... Line 30...
30
			
30
			
31
			$t['text'] = $this->replaceUniversalPlatzhalter($t['text'], $this->view['order_id'], false, false, $this->view['product_id'], $this->view['customReplace'], $this->view['product_index']);
31
			$t['text'] = $this->replaceUniversalPlatzhalter($t['text'], $this->view['order_id'], false, false, $this->view['product_id'], $this->view['customReplace'], $this->view['product_index']);
32
			 
32
			 
33
			if ($t['alpha'] > 0) $pdf->setAlpha($t['alpha']);
33
			if ($t['alpha'] > 0) $pdf->setAlpha($t['alpha']);
34
			
34
			
35
			list($r, $g, $b) = wpsg_getColor($t["color"]);
-
 
36
			$pdf->SetTextColor($r, $g, $b);
35
			$pdf->wpsg_SetTextColor($t['color']);
37
			 
36
			 
38
			$pdf->SetFont('Arial', '', $t['fontsize']);																	    
37
			$pdf->SetFont('Arial', '', $t['fontsize']);																	    
39
	    	$pdf->RotatedText(
38
	    	$pdf->RotatedText(
40
		    	$t['x'], $t['y'], 
39
		    	$t['x'], $t['y'], 
41
		    	$t['text'], 
40
		    	$t['text'], 
Line 71... Line 70...
71
			$t['text'] = $this->replaceUniversalPlatzhalter($t['text'], $this->view['order_id'], false, false, $this->view['product_id'], $this->view['customReplace'], $this->view['product_index']);
70
			$t['text'] = $this->replaceUniversalPlatzhalter($t['text'], $this->view['order_id'], false, false, $this->view['product_id'], $this->view['customReplace'], $this->view['product_index']);
72
			
71
			
73
			if ($t['alpha'] > 0) $pdf->setAlpha($t['alpha']);
72
			if ($t['alpha'] > 0) $pdf->setAlpha($t['alpha']);
74
			
73
			
75
			$pdf->SetFont('Arial', '', $t['fontsize']);
74
			$pdf->SetFont('Arial', '', $t['fontsize']);
76
			$pdf->SetTextColor($t["color"]);
75
			$pdf->wpsg_SetTextColor($t["color"]);
77
																			    
76
																			    
78
	    	$pdf->RotatedText(
77
	    	$pdf->RotatedText(
79
		    	$t['x'], $t['y'], 
78
		    	$t['x'], $t['y'], 
80
		    	$t['text'], 
79
		    	$t['text'], 
81
		    	$t['angle'],
80
		    	$t['angle'],