mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
8 lines
250 B
PHP
Executable File
8 lines
250 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'];
|
|
?>
|