mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 03:40:04 +01:00
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'];
|
|
?>
|