# usc-e-shop/1.3.7/classes/fpdf/font/courier.php

Welcart e-Commerce, version 1.3.7. 8 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.3.7/code/classes/fpdf/font/courier.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.3.7/raw/classes/fpdf/font/courier.php
- Modified: 2012-01-26T05:50:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/1.3.7/code/classes/fpdf/font/courier.php#L10-L20`.

```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'];
?>

```
