mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
84bada7dea
the end of php scripts. Converted tabs to spaces in php scripts.
7 lines
252 B
PHP
Executable File
7 lines
252 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'];
|
|
?>
|