|
From: <md...@us...> - 2007-08-21 15:25:30
|
Revision: 3723
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3723&view=rev
Author: mdboom
Date: 2007-08-21 08:24:26 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
Fix docstring
Modified Paths:
--------------
trunk/matplotlib/src/_ttconv.cpp
Modified: trunk/matplotlib/src/_ttconv.cpp
===================================================================
--- trunk/matplotlib/src/_ttconv.cpp 2007-08-21 15:19:04 UTC (rev 3722)
+++ trunk/matplotlib/src/_ttconv.cpp 2007-08-21 15:24:26 UTC (rev 3723)
@@ -195,12 +195,12 @@
"get_pdf_charprocs(filename, glyph_ids)\n"
"\n"
"Given a Truetype font file, returns a dictionary containing the PDF Type 3\n"
- "representation of its path. Useful for subsetting a Truetype font inside\n"
+ "representation of its paths. Useful for subsetting a Truetype font inside\n"
"of a PDF file.\n"
"\n"
"filename is the path to a TTF font file.\n"
"glyph_ids is a list of the numeric glyph ids to include.\n"
- "The return value is a dictionary where the keys are glyph names and \n"
+ "The return value is a dictionary where the keys are glyph names and\n"
"the values are the stream content needed to render that glyph. This\n"
"is useful to generate the CharProcs dictionary in a PDF Type 3 font.\n"
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|