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

Welcart e-Commerce, version 2.11.35. 8 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/2.11.35/code/classes/fpdf/font/courier.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/2.11.35/raw/classes/fpdf/font/courier.php
- Modified: 2018-06-25T02:50:22+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/2.11.35/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'];
?>

```
