mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 18:02:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| for($i=0;$i<=255;$i++)
 | |
| 	$fpdf_charwidths['courier'][chr($i)]=600;
 | |
| $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
 | |
| $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
 | |
| $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
 | |
| ?>
 |