Code Duplication    Length = 2-2 lines in 5 locations

lib/FPDF/src/font/courier.php 1 location

@@ 6-7 (lines=2) @@
3
$name = 'Courier';
4
$up = -100;
5
$ut = 50;
6
for($i=0;$i<=255;$i++)
7
	$cw[chr($i)] = 600;
8
$enc = 'cp1252';
9
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
10
?>

lib/FPDF/src/font/courierb.php 1 location

@@ 6-7 (lines=2) @@
3
$name = 'Courier-Bold';
4
$up = -100;
5
$ut = 50;
6
for($i=0;$i<=255;$i++)
7
	$cw[chr($i)] = 600;
8
$enc = 'cp1252';
9
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
10
?>

lib/FPDF/src/font/courierbi.php 1 location

@@ 6-7 (lines=2) @@
3
$name = 'Courier-BoldOblique';
4
$up = -100;
5
$ut = 50;
6
for($i=0;$i<=255;$i++)
7
	$cw[chr($i)] = 600;
8
$enc = 'cp1252';
9
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
10
?>

lib/FPDF/src/font/courieri.php 1 location

@@ 6-7 (lines=2) @@
3
$name = 'Courier-Oblique';
4
$up = -100;
5
$ut = 50;
6
for($i=0;$i<=255;$i++)
7
	$cw[chr($i)] = 600;
8
$enc = 'cp1252';
9
$uv = array(0=>array(0,128),128=>8364,130=>8218,131=>402,132=>8222,133=>8230,134=>array(8224,2),136=>710,137=>8240,138=>352,139=>8249,140=>338,142=>381,145=>array(8216,2),147=>array(8220,2),149=>8226,150=>array(8211,2),152=>732,153=>8482,154=>353,155=>8250,156=>339,158=>382,159=>376,160=>array(160,96));
10
?>

lib/FPDF/src/fpdf.php 1 location

@@ 1661-1662 (lines=2) @@
1658
			$this->_newobj();
1659
			$cw = &$font['cw'];
1660
			$s = '[';
1661
			for($i=32;$i<=255;$i++)
1662
				$s .= $cw[chr($i)].' ';
1663
			$this->_put($s.']');
1664
			$this->_put('endobj');
1665
			// Descriptor