| 
					
				 | 
			
			
				@@ -109,6 +109,10 @@ class Api 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				//$param['left'] = $position[2]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$param['size'] = $value['size']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$param['angle'] = $value['angle']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				if (isset($value['text_width']) && $value['text_width'] > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					$param['width'] = $value['text_width']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				$fonts = array 
			 |