mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2025-01-05 10:56:23 -05:00
8 lines
257 B
PHP
8 lines
257 B
PHP
<?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'];
|
|
?>
|