# pdf-print/2.4.3/mpdf/font/ccourier.php

PDF &amp; Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin, version 2.4.3. 10 lines.

- Page: https://pluginprobe.com/plugins/pdf-print/2.4.3/code/mpdf/font/ccourier.php
- Raw: https://pluginprobe.com/plugins/pdf-print/2.4.3/raw/mpdf/font/ccourier.php
- Modified: 2025-05-26T09:36:08+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/pdf-print/2.4.3/code/mpdf/font/ccourier.php#L10-L20`.

```php
<?php

for ($i = 0; $i <= 255; $i++)
	$cw[chr($i)] = 600;

//$desc=array('Ascent'=>629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-23 -250 715 805]');
$desc = array('Flags' => 33, 'FontBBox' => '[-23 -250 715 805]', 'ItalicAngle' => 0, 'Ascent' => 805, 'Descent' => -250, 'Leading' => 0, 'CapHeight' => 562, 'XHeight' => 426, 'StemV' => 51, 'StemH' => 51, 'AvgWidth' => 600, 'MaxWidth' => 600, 'MissingWidth' => 600);
$up = -100;
$ut = 50;

```
