update tfpdf to version 1.24
Must be more tested
This commit is contained in:
parent
da4d6c7dc6
commit
fbccbcba7f
3 changed files with 24 additions and 0 deletions
8
include/tfpdf/font/courierb.php
Executable file
8
include/tfpdf/font/courierb.php
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$type = 'Core';
|
||||
$name = 'Courier-Bold';
|
||||
$up = -100;
|
||||
$ut = 50;
|
||||
for($i=0;$i<=255;$i++)
|
||||
$cw[chr($i)] = 600;
|
||||
?>
|
||||
8
include/tfpdf/font/courierbi.php
Executable file
8
include/tfpdf/font/courierbi.php
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$type = 'Core';
|
||||
$name = 'Courier-BoldOblique';
|
||||
$up = -100;
|
||||
$ut = 50;
|
||||
for($i=0;$i<=255;$i++)
|
||||
$cw[chr($i)] = 600;
|
||||
?>
|
||||
8
include/tfpdf/font/courieri.php
Executable file
8
include/tfpdf/font/courieri.php
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$type = 'Core';
|
||||
$name = 'Courier-Oblique';
|
||||
$up = -100;
|
||||
$ut = 50;
|
||||
for($i=0;$i<=255;$i++)
|
||||
$cw[chr($i)] = 600;
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue