summarylogtreecommitdiffstats
path: root/xgraph-12.1-replace-helvetica-with-dejavu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xgraph-12.1-replace-helvetica-with-dejavu.patch')
-rw-r--r--xgraph-12.1-replace-helvetica-with-dejavu.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/xgraph-12.1-replace-helvetica-with-dejavu.patch b/xgraph-12.1-replace-helvetica-with-dejavu.patch
new file mode 100644
index 000000000000..5c785b5fd1f0
--- /dev/null
+++ b/xgraph-12.1-replace-helvetica-with-dejavu.patch
@@ -0,0 +1,15 @@
+diff --git a/init.c b/init.c
+index ff560cf..32b3450 100644
+--- a/init.c
++++ b/init.c
+@@ -63,8 +63,8 @@ static char rcsid[] = "$Id: init.c,v 1.2 1999/12/19 00:52:06 heideman Exp $";
+ #define DEF_LINE_WIDTH "0"
+ #define DEF_GRID_SIZE "0"
+ #define DEF_GRID_STYLE "10"
+-#define DEF_LABEL_FONT "helvetica-10"
+-#define DEF_TITLE_FONT "helvetica-18"
++#define DEF_LABEL_FONT "dejavu-10"
++#define DEF_TITLE_FONT "dejavu-18"
+ #define DEF_GEOMETRY ""
+ #define DEF_REVERSE "off"
+ /* PW Changes these to please JM */