]> git.pld-linux.org Git - packages/ghostpcl.git/blame - ghostpcl-fonts_locations.patch
- use only system-wide font directories
[packages/ghostpcl.git] / ghostpcl-fonts_locations.patch
CommitLineData
4c8268da
JB
1--- ghostpcl_1.38p1/pl/pjparse.c.orig 2002-10-17 01:28:22.000000000 +0200
2+++ ghostpcl_1.38p1/pl/pjparse.c 2003-12-18 20:41:49.000000000 +0100
77315d22 3@@ -107,7 +107,7 @@
4 there is some unnecessary overlap in the factory default and font
5 source table. */
8a9b9bb8 6 static const pjl_fontsource_t pjl_fontsource_table[] = {
7- { "I", "fonts/;urwfonts/;/windows/fonts/;/win95/fonts/;/winnt/fonts/" },
b16b36c0 8+ { "I", "/usr/share/fonts/Type1/;/usr/share/fonts/TTF/" },
77315d22 9 { "C", "CART0/", "" },
10 { "C1", "CART1/", "" },
11 { "C2", "CART2/", "" },
This page took 0.076216 seconds and 4 git commands to generate.