[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] phpgwapi/inc/pdf class.pdf.php
From: |
Dave Hall |
Subject: |
[Phpgroupware-cvs] phpgwapi/inc/pdf class.pdf.php |
Date: |
Sun, 03 Sep 2006 07:24:56 +0000 |
CVSROOT: /cvsroot/phpgwapi
Module name: phpgwapi
Changes by: Dave Hall <skwashd> 06/09/03 07:24:56
Modified files:
inc/pdf : class.pdf.php
Log message:
fix phpdoc error
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/pdf/class.pdf.php?cvsroot=phpgwapi&r1=1.3&r2=1.4
Patches:
Index: class.pdf.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/pdf/class.pdf.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- class.pdf.php 15 Aug 2006 20:41:38 -0000 1.3
+++ class.pdf.php 3 Sep 2006 07:24:56 -0000 1.4
@@ -1605,8 +1605,8 @@
/**
* sets up the current font, based on the font families, and the current text
state
-* note that this system is quite flexible, a <b><i> font can be completely
different to a
-* <i><b> font, and even <b><b> will have to be defined within the family to
have meaning
+* note that this system is quite flexible, a <b><i> font can be
completely different to a
+* <i><b> font, and even <b><b> will have to be defined
within the family to have meaning
* This function is to be called whenever the currentTextState is changed, it
will update
* the currentFont setting to whatever the appropriatte family one is.
* If the user calls selectFont themselves then that will reset the
currentBaseFont, and the currentFont
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] phpgwapi/inc/pdf class.pdf.php,
Dave Hall <=