phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4219 - phpcompta/trunk/include/tfpdf/font


From: phpcompta-dev
Subject: [Phpcompta-dev] r4219 - phpcompta/trunk/include/tfpdf/font
Date: Sat, 15 Oct 2011 03:03:05 +0200 (CEST)

Author: danydb
Date: 2011-10-15 03:03:04 +0200 (Sat, 15 Oct 2011)
New Revision: 4219

Added:
   phpcompta/trunk/include/tfpdf/font/courierb.php
   phpcompta/trunk/include/tfpdf/font/courierbi.php
   phpcompta/trunk/include/tfpdf/font/courieri.php
Log:
update tfpdf to version 1.24 
Must be more tested

Added: phpcompta/trunk/include/tfpdf/font/courierb.php
===================================================================
--- phpcompta/trunk/include/tfpdf/font/courierb.php                             
(rev 0)
+++ phpcompta/trunk/include/tfpdf/font/courierb.php     2011-10-15 01:03:04 UTC 
(rev 4219)
@@ -0,0 +1,8 @@
+<?php
+$type = 'Core';
+$name = 'Courier-Bold';
+$up = -100;
+$ut = 50;
+for($i=0;$i<=255;$i++)
+       $cw[chr($i)] = 600;
+?>


Property changes on: phpcompta/trunk/include/tfpdf/font/courierb.php
___________________________________________________________________
Name: svn:executable
   + *

Added: phpcompta/trunk/include/tfpdf/font/courierbi.php
===================================================================
--- phpcompta/trunk/include/tfpdf/font/courierbi.php                            
(rev 0)
+++ phpcompta/trunk/include/tfpdf/font/courierbi.php    2011-10-15 01:03:04 UTC 
(rev 4219)
@@ -0,0 +1,8 @@
+<?php
+$type = 'Core';
+$name = 'Courier-BoldOblique';
+$up = -100;
+$ut = 50;
+for($i=0;$i<=255;$i++)
+       $cw[chr($i)] = 600;
+?>


Property changes on: phpcompta/trunk/include/tfpdf/font/courierbi.php
___________________________________________________________________
Name: svn:executable
   + *

Added: phpcompta/trunk/include/tfpdf/font/courieri.php
===================================================================
--- phpcompta/trunk/include/tfpdf/font/courieri.php                             
(rev 0)
+++ phpcompta/trunk/include/tfpdf/font/courieri.php     2011-10-15 01:03:04 UTC 
(rev 4219)
@@ -0,0 +1,8 @@
+<?php
+$type = 'Core';
+$name = 'Courier-Oblique';
+$up = -100;
+$ut = 50;
+for($i=0;$i<=255;$i++)
+       $cw[chr($i)] = 600;
+?>


Property changes on: phpcompta/trunk/include/tfpdf/font/courieri.php
___________________________________________________________________
Name: svn:executable
   + *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]