From 6574b49ad98f81f14d2e5b91089430b97ba34b38 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 21 Jul 2006 09:00:22 +0000 Subject: [PATCH] =?UTF-8?q?Supp:=20suppression=20de=20TCPF=20car=20il=20ut?= =?UTF-8?q?ilise=20un=20syst=E8me=20de=20police=20diff=E9rent=20et=20cr=E9?= =?UTF-8?q?e=20des=20pdf=20de=20trop=20grosse=20taille.=20Modif:=20Ajout?= =?UTF-8?q?=20des=20fonctions=20HTML=20de=20TCPF=20dans=20fpdf.php=20Ajout?= =?UTF-8?q?:=20Ajout=20de=20format=20de=20papier=20dans=20fpdf.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/fpdf/fpdf/fpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/fpdf/fpdf/fpdf.php b/htdocs/includes/fpdf/fpdf/fpdf.php index 0ff5329e448..ba643b366f8 100644 --- a/htdocs/includes/fpdf/fpdf/fpdf.php +++ b/htdocs/includes/fpdf/fpdf/fpdf.php @@ -187,7 +187,7 @@ var $PDFVersion; //PDF version number *******************************************************************************/ function FPDF($orientation='P',$unit='mm',$format='A4') { - // ajout pour HTML2PDF + // ajout pour HTML PARSER $this->fontlist = array("arial", "times", "courier", "helvetica", "symbol"); $this->b = 0; $this->i = 0;