]> git.pld-linux.org Git - packages/scribus.git/commitdiff
- always add standard Type1 and TTF font paths
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Oct 2002 11:25:14 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scribus-standard-font-paths.patch -> 1.1

scribus-standard-font-paths.patch [new file with mode: 0644]

diff --git a/scribus-standard-font-paths.patch b/scribus-standard-font-paths.patch
new file mode 100644 (file)
index 0000000..0a3e345
--- /dev/null
@@ -0,0 +1,11 @@
+--- scribus-0.8/scribus/scfonts.cpp.orig       Sun Sep 22 10:54:38 2002
++++ scribus-0.8/scribus/scfonts.cpp    Thu Oct 24 11:53:26 2002
+@@ -463,6 +463,8 @@
+       char **fontpath=XGetFontPath(display,&pathcount);
+       for(i=0; i<pathcount; ++i)
+               AddPath(fontpath[i]);
++      AddPath("/usr/share/fonts/Type1");
++      AddPath("/usr/share/fonts/TTF");
+       XFreeFontPath(fontpath);
+ }
This page took 0.114219 seconds and 4 git commands to generate.