Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1800
Modified Files:
fonts.py
Log Message:
add Ubuntu fonts location to SYSFONTPATHS (sf bug 1856408)
Index: fonts.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/fonts.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fonts.py 6 Dec 2006 16:46:22 -0000 1.2
--- fonts.py 22 Dec 2007 17:54:15 -0000 1.3
***************
*** 1,4 ****
--- 1,5 ----
"""Fonts registry"""
"""History (most recent first):
+ 22-dec-2007 [als] add Ubuntu fonts location to SYSFONTPATHS (sf bug 1856408)
27-sep-2006 [als] support different system font path variants
26-sep-2006 [als] add font paths on windows (required by reportlab)
***************
*** 21,24 ****
--- 22,26 ----
"/usr/X11R6/lib/X11/fonts/TrueType",
"/usr/share/fonts/corefonts", # Gentoo Linux (TM)
+ "/usr/share/fonts/truetype/msttcorefonts", # Ubuntu (Feisty)
]
|