Revision: 6707 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6707&view=rev Author: jouni Date: 2008-12-29 13:58:18 +0000 (Mon, 29 Dec 2008)
Log Message: ----------- Fix bug in earlier bugfix Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py Modified: trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py 2008-12-29 13:48:51 UTC (rev 6706) +++ trunk/matplotlib/lib/matplotlib/backends/backend_pdf.py 2008-12-29 13:58:18 UTC (rev 6707) @@ -528,7 +528,8 @@ # TODO: font effects such as SlantFont matplotlib.verbose.report( 'Embedding Type 1 font ' + fontinfo.fontfile + - ' with encoding ' + fontinfo.encodingfile, 'debug') + ' with encoding ' + (fontinfo.encodingfile or '(none)'), + 'debug') # Use FT2Font to get several font properties font = FT2Font(fontinfo.fontfile) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins